diff --git a/.github/workflows/_schedule_image_build.yaml b/.github/workflows/_schedule_image_build.yaml index e7ed9d65..108bbf26 100644 --- a/.github/workflows/_schedule_image_build.yaml +++ b/.github/workflows/_schedule_image_build.yaml @@ -77,7 +77,7 @@ jobs: use: true - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 id: build with: platforms: ${{ matrix.arch }} diff --git a/.github/workflows/schedule_lint_image_build.yaml b/.github/workflows/schedule_lint_image_build.yaml index 9abddbc4..a3642bcd 100644 --- a/.github/workflows/schedule_lint_image_build.yaml +++ b/.github/workflows/schedule_lint_image_build.yaml @@ -62,7 +62,7 @@ jobs: - name: Build and push if: ${{ github.event_name != 'workflow_dispatch' }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: # For now, we only build amd64 lint image platforms: 'linux/amd64' @@ -75,7 +75,7 @@ jobs: - name: Build and push if: ${{ github.event_name == 'workflow_dispatch' }} - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: # For now, we only build amd64 lint image platforms: 'linux/amd64'