diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bcd716..85b4efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,7 @@ jobs: type=ref,event=branch type=ref,event=pr - name: Build (load locally for scanning) - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} load: true @@ -202,7 +202,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} push: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94f4d0d..1d61fb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: org.opencontainers.image.version=${{ needs.version.outputs.version }} - name: Build and push id: push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ matrix.context }} push: true