Skip to content

Commit

Permalink
add option for latest tag to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Oct 22, 2024
1 parent 55186b2 commit 6e786f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mtr.devops.telekom.de/caas/go-kube-downscaler
ghcr.io/caas-team/gokubedownscaler
tags: |
${{ github.event.client_payload.setLatest && 'latest' }}
${{ github.event.client_payload.setLatest && 'latest' || '' }}
${{ github.event.client_payload.appVersion }}
- name: Install Cosign
Expand Down

0 comments on commit 6e786f3

Please sign in to comment.