Skip to content

Commit

Permalink
fix working dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
sohma440 committed May 22, 2024
1 parent 0c593fb commit 2856edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
${{ env.DH_REPO }}
- name: Create manifest list and push to GCR
working-directory: /tmp/digests/gh
working-directory: /tmp/digests
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.GCR_REPO }}@sha256:%s ' *)
Expand Down

0 comments on commit 2856edb

Please sign in to comment.