Skip to content

Commit

Permalink
Merge pull request #124 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 Aug 7, 2024
2 parents 1901253 + 13ec9d5 commit 1613f38
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@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6.6.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@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6.6.0
with:
context: containers/cloudflare-ddns
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 1613f38

Please # to comment.