From ec5942abd01f71c7db0f528809685cfcc19f357e Mon Sep 17 00:00:00 2001 From: Alex Graf Date: Wed, 27 Mar 2024 14:33:14 +0100 Subject: [PATCH] update dev-deploy action --- .github/actions/create-image/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-image/action.yaml b/.github/actions/create-image/action.yaml index d6ee8894..4680ee6f 100644 --- a/.github/actions/create-image/action.yaml +++ b/.github/actions/create-image/action.yaml @@ -50,7 +50,7 @@ runs: - name: Log in to the GitHub container registry uses: docker/login-action@v3 with: - registry: ${{ env.REGISTRY }} + registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ inputs.TOKEN }}