From: dependabot[bot] Date: Wed, 1 Feb 2023 00:02:43 +0000 (+0000) Subject: Bump docker/build-push-action from 3 to 4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9c17dc5f71ef4166470c237f55e80d4b00665c99;p=stevenblack-hosts.git Bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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/container.yml b/.github/workflows/container.yml index 9857f0a5d..67a6ad982 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -41,7 +41,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push container image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . push: ${{ github.event_name != 'pull_request' }}