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 8ce282c commit 8b2e712Copy full SHA for 8b2e712
actions/publish-image/action.yaml
@@ -193,7 +193,7 @@ runs:
193
export IID_FILE_FLAG="--iidfile ${IID_FILE}"
194
195
make ${{ inputs.make-target }}
196
- IMG_NAME="${REPO}/${{ inputs.image }}@$(head -n 1 ${IID_FILE})"
+ IMG_NAME="${REPO}/${{ inputs.image }}:${TAG}@$(head -n 1 ${IID_FILE})"
197
198
IDENTITY_REGISTRY=${IDENTITY_REGISTRY:-"$REGISTRY"}
199
IDENTITY="$IDENTITY_REGISTRY/${{ inputs.prime-repo }}/${{ inputs.image }}"
0 commit comments