mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-21 04:34:22 -04:00
ci: fix comparision of ref name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
9b1c9f971f
commit
f1b331bbbd
1 changed files with 1 additions and 1 deletions
2
.github/actions/build_ko/action.yml
vendored
2
.github/actions/build_ko/action.yml
vendored
|
@ -67,7 +67,7 @@ runs:
|
||||||
tags=""
|
tags=""
|
||||||
sbom=""
|
sbom=""
|
||||||
|
|
||||||
if [[ "${{ github.ref }}" == "${{ github.event.repository.default_branch }}" ]]; then
|
if [[ "${{ github.ref_name }}" == "${{ github.event.repository.default_branch }}" ]]; then
|
||||||
tags="latest"
|
tags="latest"
|
||||||
else:
|
else:
|
||||||
tags="${{ github.sha }}"
|
tags="${{ github.sha }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue