mirror of
https://github.com/ditkrg/build-image-workflow.git
synced 2026-01-22 21:27:05 +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
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ inputs.registry }}/{{ inputs.image }}
|
||||
images: ${{ inputs.registry }}/${{ inputs.image }}
|
||||
flavor: latest=false
|
||||
tags: |
|
||||
# Branches
|
||||
|
||||
Loading…
Reference in New Issue
Block a user