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 eb9cb91 commit abff974Copy full SHA for abff974
.github/workflows/alpine-mainline.yml
@@ -242,7 +242,7 @@ jobs:
242
DOCKER_METADATA_ANNOTATIONS_LEVELS: index
243
244
- name: Create manifest list and push
245
- working-directory: /tmp/digests
+ working-directory: /tmp/images
246
run: |
247
set -x
248
annotations=$(jq -cr '.annotations | map((split("=")[0] + "=\"" + split("=")[1] + "\"") | "--annotation " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")
0 commit comments