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