mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 23:27:06 +00:00
Fixed syntax issue
This commit is contained in:
parent
fa19005ad0
commit
303ed0adc3
2
.github/workflows/workflow.yaml
vendored
2
.github/workflows/workflow.yaml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
name: Extract Metadata
|
name: Extract Metadata
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: ${{ inputs.registry }}/{{ inputs.image }}
|
images: ${{ inputs.registry }}/${{ inputs.image }}
|
||||||
flavor: latest=false
|
flavor: latest=false
|
||||||
tags: |
|
tags: |
|
||||||
# Branches
|
# Branches
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user