From 03f1f5adfda2e529867a24aec583fb31f04c7865 Mon Sep 17 00:00:00 2001 From: ysohma Date: Mon, 20 May 2024 20:58:23 +0900 Subject: [PATCH] Update path. --- .github/workflows/python-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b9c42d23..1425c843 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -96,7 +96,7 @@ jobs: id: meta_dh uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 with: - images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ env.DOCKER_REGISTRY }}/sohma440/${{ env.IMAGE_NAME }} - name: Build and push by digest id: build @@ -142,7 +142,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ env.DOCKER_REGISTRY }}/sohma440/${{ env.IMAGE_NAME }} - name: Log in to the Docker Container registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 @@ -155,8 +155,8 @@ jobs: working-directory: /tmp/digests run: | docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \ - $(printf '${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}@sha256:%s ' *) + $(printf '${{ env.DOCKER_REGISTRY }}/sohma440/${{ env.IMAGE_NAME }}@sha256:%s ' *) - name: Inspect image run: | - docker buildx imagetools inspect ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }} \ No newline at end of file + docker buildx imagetools inspect ${{ env.DOCKER_REGISTRY }}/sohma440/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }} \ No newline at end of file