Fix variable reference in Docker metadata extraction step
Some checks failed
Create and publish a Docker image for Linux / build-and-push-image (push) Failing after 23s

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-04-25 11:12:41 -05:00
parent 36aa4ea6ed
commit 8c6d81a07b

View File

@@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.GITEAUSER }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest
type=sha,format=short