diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b456c8c..615715d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -19,7 +19,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: "ghcr.io/$ENDPOINT" + images: ghcr.io/${{ env.ENDPOINT }} tags: | type=ref,event=branch # set latest tag for default branch