diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a542eb5..cda3b8e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: - name: Build and push by digest if: github.event_name == 'pull_request' - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: file: ./docker/Dockerfile platforms: ${{ matrix.platform }} @@ -79,7 +79,7 @@ jobs: - name: Build and push by digest if: github.event_name != 'pull_request' id: build - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: file: ./docker/Dockerfile platforms: ${{ matrix.platform }}