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

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

View File

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