Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit b4de5f5

Browse files
committed
Check correct input parameter
Signed-off-by: Charalampos Mainas <[email protected]>
1 parent f4428ac commit b4de5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Set Docker tag based on branch, PR or version
144144
id: tag
145145
run: |
146-
if [[ ${{ inputs.registry }} == true ]]; then
146+
if [[ ${{ inputs.version-tag }} == true ]]; then
147147
echo "Version change detected. Using version: $( cat VERSION )."
148148
echo "TAG=$( cat VERSION ) " >> $GITHUB_ENV
149149
elif [[ "${GITHUB_REF##*/}" == "main" ]]; then

0 commit comments

Comments
 (0)