diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf78adb..78e15fb 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@v2 + uses: docker/build-push-action@v1 with: username: ruben69695 password: ${{ secrets.GITHUB_TOKEN }}