We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcaf25b commit cc71921Copy full SHA for cc71921
1 file changed
.github/workflows/shared-build-and-publish-docker-image.yml
@@ -107,10 +107,10 @@ jobs:
107
run: az acr login --name ${{ inputs.acr_name }}
108
109
- name: Download artifacts
110
- if: ${{ inputs.artifact_id }}
+ if: ${{ inputs.artifact-id }}
111
uses: actions/download-artifact@v5
112
with:
113
- artifact-ids: ${{ inputs.artifact_id }}
+ artifact-ids: ${{ inputs.artifact-id }}
114
path: ${{ inputs.artifact-path }}
115
116
- name: Build and push
0 commit comments