diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 83c9ef1..8756451 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -77,7 +77,7 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - tags: scottmckendry/ccinvoice:latest + tags: ghcr.io/scottmckendry/ccinvoice:latest labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max @@ -91,7 +91,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} env: # https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable - TAGS: scottmckendry/ccinvoice:latest + TAGS: ghcr.io/scottmckendry/ccinvoice:latest DIGEST: ${{ steps.build-and-push.outputs.digest }} # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance.