From 7c8bafbe9b9b021da81055d98f95106649cf6d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 23:10:40 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 2 to 3 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cut-release.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cut-release.yml b/.github/workflows/cut-release.yml index 2c2a207d1c..5e1bde14b9 100644 --- a/.github/workflows/cut-release.yml +++ b/.github/workflows/cut-release.yml @@ -191,7 +191,7 @@ jobs: mkdir "${{ runner.temp }}/build" tar -xz -f ${{steps.download.outputs.download-path}}/clair-${{ needs.config.outputs.version }}.tar.gz --strip-components=1 -C "${{ runner.temp }}/build" - name: Build Container - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: build-args: | CLAIR_VERSION=${{ needs.config.outputs.version }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a5d8978d92..7f48de1306 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -71,7 +71,7 @@ jobs: registry: quay.io username: ${{ secrets.QUAY_USER }} password: ${{ secrets.QUAY_TOKEN }} - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v3 with: build-args: | GO_VERSION=${{ env.GO_VERSION }}