From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 02:40:40 +0000 (+0000) Subject: Bump docker/build-push-action from 2 to 3 X-Git-Tag: v9.4.0-rc1~173^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13780%2Fhead;p=dealii.git 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] --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 853d90890a..af22026819 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image of master - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: ./contrib/docker/ cache-from: type=registry,ref=dealii/dependencies:focal @@ -34,7 +34,7 @@ jobs: tags: dealii/dealii:master-focal - name: Build and push Docker image of master with root user - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: ./contrib/docker/ file: ./contrib/docker/Dockerfile.root