diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index af410832..6e166bc5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,8 +35,14 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v3 with: - username: lovasoa + username: ${{ github.repository_owner }} password: ${{ secrets.DOCKER_PASSWORD }} + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Push to Docker Hub uses: docker/build-push-action@v2 with: