Fix image path in Docker metadata extraction step
Some checks failed
Create and publish a Docker image for Linux / build-and-push-image (push) Has been cancelled

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

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.USERNAME }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/admin/${{ env.IMAGE_NAME }}
tags: | tags: |
type=raw,value=latest type=raw,value=latest
type=sha,format=short type=sha,format=short