diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 02aa5c9e..dc549220 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -13,7 +13,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build container image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: false tags: ghcr.io/${{ github.repository }}:latest-amd64 diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 03a0174a..c0f9127f 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -28,7 +28,7 @@ jobs: - name: Push to GitHub Container Registry if: github.repository_owner == 'k8snetworkplumbingwg' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: | diff --git a/.github/workflows/push-release.yml b/.github/workflows/push-release.yml index 4e73673c..3792d532 100644 --- a/.github/workflows/push-release.yml +++ b/.github/workflows/push-release.yml @@ -35,7 +35,7 @@ jobs: - name: Push to GitHub Container Registry if: github.repository_owner == 'k8snetworkplumbingwg' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: |