Skip to content

Commit 46a4976

Browse files
authored
Update docker_crossbuild_publish.yml
1 parent 4cb3c50 commit 46a4976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_crossbuild_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
- name: Create manifest list and push
112112
working-directory: ${{ runner.temp }}/digests
113113
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 ' *)
114+
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
115+
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
116116
117117
- name: Inspect image
118118
run: |

0 commit comments

Comments
 (0)