Skip to content

Commit

Permalink
Merge pull request #328 from compscidr/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-6.x

Update docker/build-push-action action to v6
  • Loading branch information
compscidr authored Jun 18, 2024
2 parents 3acc9cd + 88d702d commit d398b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images#Example-usage
- name: Build and push tag
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# https://github.com/marketplace/actions/build-and-push-docker-images#Example-usage
- name: Build and push tag
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
build-args: |
Expand Down

0 comments on commit d398b81

Please sign in to comment.