diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index 55bc371..1706780 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -72,7 +72,7 @@ jobs: with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }} - registry: ghcr.io/semiotic-ai + registry: ghcr.io/carlosvdr username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Print image url