Skip to content

Commit

Permalink
Merge pull request #36 from dopos/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6

build(deps): bump docker/build-push-action from 4 to 6
  • Loading branch information
LeKovr authored Nov 18, 2024
2 parents 6bef224 + 45408e8 commit 43c8e61
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 @@ -50,7 +50,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
# we do not use github hardware for multiarch builds
Expand Down

0 comments on commit 43c8e61

Please sign in to comment.