Skip to content

Commit

Permalink
Merge pull request #223 from layertwo/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-6.x

chore(deps): update docker/build-push-action action to v6.9.0
  • Loading branch information
layertwo authored Sep 30, 2024
2 parents 66cd65c + a0fc67a commit 0488f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bird-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: containers/bird
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-ddns-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: containers/cloudflare-ddns
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 0488f99

Please # to comment.