Skip to content

Commit abff974

Browse files
committed
Update alpine-mainline.yml
1 parent eb9cb91 commit abff974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine-mainline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
DOCKER_METADATA_ANNOTATIONS_LEVELS: index
243243

244244
- name: Create manifest list and push
245-
working-directory: /tmp/digests
245+
working-directory: /tmp/images
246246
run: |
247247
set -x
248248
annotations=$(jq -cr '.annotations | map((split("=")[0] + "=\"" + split("=")[1] + "\"") | "--annotation " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")

0 commit comments

Comments
 (0)