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 4cb3c50 commit 46a4976Copy full SHA for 46a4976
.github/workflows/docker_crossbuild_publish.yml
@@ -111,8 +111,8 @@ jobs:
111
- name: Create manifest list and push
112
working-directory: ${{ runner.temp }}/digests
113
run: |
114
- docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
115
- $(printf 'ghcr.io/zargarzadehm/oracle-core@sha256:%s ' *)
+ docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
+ $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
116
117
- name: Inspect image
118
0 commit comments