diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e7bc8d..73f4623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,10 @@ jobs: context: . file: docker/Dockerfile.minimal push: true - tags: ghcr.io/${{ github.repository }}:latest-minimal + # ghcr.io image names must be lowercase. github.repository preserves + # the org casing ("Beacon-Stack/pilot"), which GHCR rejects, so we + # spell the repo out explicitly instead of using the expression. + tags: ghcr.io/beacon-stack/pilot:latest-minimal labels: ${{ steps.meta.outputs.labels }} build-args: | VERSION=${{ github.sha }}