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
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:
2
.github/workflows/docker-image-linux.yml
vendored
2
.github/workflows/docker-image-linux.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user