Skip to content

Commit

Permalink
Merge pull request #8 from EnzymeAD/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
tgymnich committed Jul 1, 2024
2 parents 5f884fd + 5fbcead commit fdb5c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image (amd64 & arm64)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit fdb5c6a

Please sign in to comment.