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