mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-17 13:24:21 -05: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
2
.github/actions/build_ko/action.yml
vendored
2
.github/actions/build_ko/action.yml
vendored
@ -67,7 +67,7 @@ runs:
|
||||
tags=""
|
||||
sbom=""
|
||||
|
||||
if [[ "${{ github.ref }}" == "${{ github.event.repository.default_branch }}" ]]; then
|
||||
if [[ "${{ github.ref_name }}" == "${{ github.event.repository.default_branch }}" ]]; then
|
||||
tags="latest"
|
||||
else:
|
||||
tags="${{ github.sha }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user