Skip to content

Commit

Permalink
fix(ci): bump docker/build-push-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnHering committed Oct 18, 2024
1 parent bdd4208 commit 7680546
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and Push to GitHub Container Registry
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 7680546

Please sign in to comment.