aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot]2023-04-29 18:27:57 +0000
committerVaiTon2023-04-29 18:36:09 +0000
commit84a3a5496759284475bdf4b287844a840c68708c (patch)
tree744afaca1a58a46052dc3cbe5b01b60a4b421cd3
parentc7d697d75b3b9d9ea39beed3dc46a1bc2b1b3c4a (diff)
Bump docker/build-push-action from 2 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b702f85..ce78276 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
id: docker_build
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v4
with:
context: .
push: true