Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Oct 6, 2024
1 parent c76fdd9 commit 3e8284b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-languages-v2-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.version=${{ env.VERSION }}
org.opencontainers.image.description="$(cat ./apps/languagesv2/languages-v2-web/README.md)"
tags: |
type=raw,value=${{ env.VERSION }}
- name: Build and push
Expand All @@ -45,4 +46,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max

0 comments on commit 3e8284b

Please sign in to comment.