fix: correct syntax for GITHUB_REF_NAME variable in Docker metadata extraction
All checks were successful
Run Actions / build-and-push-image (push) Successful in 1s
All checks were successful
Run Actions / build-and-push-image (push) Successful in 1s
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ vars.USERNAME }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ vars.USERNAME }}/${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
{{ env.env.GITHUB_REF_NAME }}
|
${{ env.env.GITHUB_REF_NAME }}
|
||||||
|
|
||||||
- name: Build and push both architectures
|
- name: Build and push both architectures
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user