diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 78e15fb..cf78adb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 # Add your test steps here if needed... - name: Build container - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v2 with: username: ruben69695 password: ${{ secrets.GITHUB_TOKEN }}