diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 43ce00c..cd9fbcd 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -34,7 +34,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ${{ secrets.REGISTRY_LOGIN_SERVER }}/${{ env.lowercase_repo }} + ghcr.io/${{ env.lowercase_repo }} tags: | type=semver,pattern={{version}} - name: Login to GitHub Container Registry