Skip to content

Commit 5191063

Browse files
committed
Replace _ with - in artifact-id in shared build
1 parent dcaf25b commit 5191063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/shared-build-and-publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: ${{ inputs.artifact_id }}
111111
uses: actions/download-artifact@v5
112112
with:
113-
artifact-ids: ${{ inputs.artifact_id }}
113+
artifact-ids: ${{ inputs.artifact-id }}
114114
path: ${{ inputs.artifact-path }}
115115

116116
- name: Build and push

0 commit comments

Comments
 (0)