diff --git a/.github/workflows/bird-docker-image.yml b/.github/workflows/bird-docker-image.yml index 43546db5..1439462e 100644 --- a/.github/workflows/bird-docker-image.yml +++ b/.github/workflows/bird-docker-image.yml @@ -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' }} diff --git a/.github/workflows/cloudflare-ddns-docker-image.yml b/.github/workflows/cloudflare-ddns-docker-image.yml index 9d83cd15..c2f49f2f 100644 --- a/.github/workflows/cloudflare-ddns-docker-image.yml +++ b/.github/workflows/cloudflare-ddns-docker-image.yml @@ -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' }}