diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de05a9e..06e6a4f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,7 +82,7 @@ jobs: - name: Build and push docker image if: steps.changes.outputs.server == 'true' id: docker-build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true file: packages/server/Dockerfile