mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
feat: add short sha to docker tags
This commit is contained in:
parent
840b0b4866
commit
4eed1297db
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -209,6 +209,7 @@ jobs:
|
|||
run: |
|
||||
TAGS=$({
|
||||
echo "${{ needs.prepare.outputs.registry_image }}:${{ github.sha }}"
|
||||
echo "${{ needs.prepare.outputs.registry_image }}:${${{ github.sha }}:0:7}"
|
||||
echo "${{ needs.prepare.outputs.registry_image }}:${{ needs.prepare.outputs.registry_version }}"
|
||||
if [[ "${{ needs.prepare.outputs.registry_version }}" != *"-"* ]]; then
|
||||
echo "${{ needs.prepare.outputs.registry_image }}:latest"
|
||||
|
|
Loading…
Add table
Reference in a new issue