Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost committed Jun 21, 2024
1 parent c58af04 commit cd2874f
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 @@ -46,7 +46,7 @@ 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=-${{ matrix.platform }},format=long
- name: Build Docker image
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -74,6 +74,6 @@ jobs:
- name: Create and Push Docker Manifest
run: |
docker manifest create ${{ env.DIFY_API_IMAGE_NAME }}:poetry-${{ github.sha }} \
${{ env.DIFY_API_IMAGE_NAME }}:${{ github.sha }}-linux/amd64 \
${{ env.DIFY_API_IMAGE_NAME }}:${{ github.sha }}-linux/arm64
${{ env.DIFY_API_IMAGE_NAME }}:poetry-${{ github.sha }}-linux-amd64 \
${{ env.DIFY_API_IMAGE_NAME }}:poetry-${{ github.sha }}-linux-arm64
docker manifest push ${{ env.DIFY_API_IMAGE_NAME }}:poetry-${{ github.sha }}

0 comments on commit cd2874f

Please sign in to comment.