Skip to content

Commit

Permalink
Merge pull request #8 from traktuner/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
traktuner authored Jun 9, 2024
2 parents da2b1a9 + 23caef6 commit 5d7ff29
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 @@ -70,7 +70,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.${{ matrix.dockerfile }}
Expand Down

0 comments on commit 5d7ff29

Please sign in to comment.