Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost committed Jun 21, 2024
1 parent 0bd7e67 commit 3e01b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ jobs:
with:
images: ${{ env.DIFY_API_IMAGE_NAME }}
tags: |
type=sha,enable=true,priority=100,prefix=poetry-,suffix=-${{ matrix.platform }},format=long
type=sha,enable=true,priority=100,prefix=poetry-,suffix=,format=long
- name: Create manifest list and push
working-directory: /tmp/digests
run: |
docker buildx imagetools create --tag $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.DIFY_API_IMAGE_NAME }}@sha256:%s ' *)
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.DIFY_API_IMAGE_NAME }}@sha256:%s ' *)
- name: Inspect image
run: |
Expand Down

0 comments on commit 3e01b13

Please sign in to comment.