Skip to content

Commit

Permalink
Feat: Update publish_image.yml (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <[email protected]>
  • Loading branch information
coder-sett authored Sep 18, 2024
1 parent 4a34d70 commit e060ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
osscompassorg/compass-web
osscompassorg/compass-echart-server
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'release') }}
type=raw,value=nightly,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
Expand Down

0 comments on commit e060ceb

Please sign in to comment.