Skip to content

Commit

Permalink
Merge pull request #214 from layertwo/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-6.x
  • Loading branch information
layertwo authored Sep 27, 2024
2 parents 7a835e2 + e2b46c1 commit 674fcd6
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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
with:
context: containers/cloudflare-ddns
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 674fcd6

Please # to comment.