Skip to content

Commit ae82954

Browse files
committed
fix: add missing fi statement in docker-push.yml
1 parent 19d7658 commit ae82954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
echo "computed_tag=${latest_tag}+dev+${GITHUB_SHA}" >> $GITHUB_OUTPUT
2626
else
2727
echo "computed_tag=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
28+
fi
2829
2930
build:
3031
needs: compute-tag

0 commit comments

Comments
 (0)