diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a37cc3..e81cca6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: username: ${{ secrets.DOCKER_REGISTRY_LOGIN }} password: ${{ secrets.DOCKER_REGISTRY_TOKEN }} - name: Build and push docker image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: file: ./src/${{ env.PROJECT}}/Dockerfile context: ./app