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 942db1e commit fe5f856Copy full SHA for fe5f856
.github/actions/build-image/action.yml
@@ -51,7 +51,7 @@ runs:
51
load: true
52
tags: |
53
ghcr.io/${{ inputs.repo }}/${{ inputs.dockerfile }}:${{ inputs.version }}
54
- ${{ inputs.tags }} # alternate tags to use (e.g. TEST for testing)
+ ${{ inputs.tags }}
55
56
# When doing matrix builds, we need to scope the image
57
# https://github.com/moby/buildkit/issues/2885
0 commit comments