diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e70ba6c4..5e7d1288f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -193,10 +193,10 @@ jobs: subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME}} subject-digest: ${{ steps.ghcr-push.outputs.digest }} push-to-registry: true - - name: Log in to the GHCR container registry + - name: Log in to the DockerHub container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: - registry: ${{ env.GHCR_REGISTRY }} + registry: ${{ env.DOCKERHUB_REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push image to DockerHub