We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634a4c9 commit 4765b68Copy full SHA for 4765b68
.github/workflows/docker.yml
@@ -24,5 +24,6 @@ jobs:
24
with:
25
context: .
26
push: true
27
- tags: ${{ inputs.image }}:${{ inputs.tag }}
+ tags: "${{ inputs.image }}:${{ inputs.tag }}"
28
+ file: etc/docker/base-images/${{ inputs.dockerfile }}
29
labels: ${{ steps.meta.output.labels }}
0 commit comments