Skip to content

Commit

Permalink
chore(fe-build-image): add sha tag (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
YkeLit authored Jul 19, 2024
1 parent 73ee002 commit 9358268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
images: ${{ steps.registries.outputs.images }}
tags: |
type=raw,enable={{is_default_branch}},value=nightly
type=sha,enable={{is_default_branch}}
type=sha
type=semver,pattern={{version}}
- if: ${{ inputs.cache_type == 'registry' }}
Expand Down

0 comments on commit 9358268

Please sign in to comment.