Skip to content

Commit

Permalink
chore: generate description for image
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Jul 10, 2024
1 parent d9aa8c5 commit ee197ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ai-service-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/canner/wren-ai-service
labels: |
org.opencontainers.image.description=Try to put the description here.
tags: |
type=raw,${{ env.TAG_NAME }}
- name: Build and push
Expand All @@ -50,5 +52,6 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
context: ./wren-ai-service
file: ./wren-ai-service/docker/Dockerfile

0 comments on commit ee197ed

Please sign in to comment.