From 91cd7f1cbc31bced185ce980c906e4095aec1a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 10:06:31 +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/admin-release.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/admin-release.yml b/.github/workflows/admin-release.yml index 25e5953..1bcd491 100644 --- a/.github/workflows/admin-release.yml +++ b/.github/workflows/admin-release.yml @@ -58,7 +58,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build admin image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: file: ./src/${{ env.PROJECT }}/Dockerfile context: /app diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347e4db..a022bca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Build admin image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: file: ./src/${{ env.PROJECT }}/Dockerfile context: /app