mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
test new publish docker image flow
This commit is contained in:
@@ -159,11 +159,10 @@ jobs:
|
|||||||
working-directory: /tmp/digests
|
working-directory: /tmp/digests
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
run: |
|
docker buildx imagetools create \
|
||||||
docker buildx imagetools create \
|
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
|
||||||
$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
|
$(printf 'ghcr.io/${{ env.IMAGE }}@sha256:%s ' *) \
|
||||||
$(printf 'ghcr.io/${{ env.IMAGE }}@sha256:%s ' *) \
|
$(printf 'docker.io/${{ env.IMAGE }}@sha256:%s ' *)
|
||||||
$(printf 'docker.io/${{ env.IMAGE }}@sha256:%s ' *)
|
|
||||||
|
|
||||||
- name: Inspect image
|
- name: Inspect image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user