Skip to content

Commit 14d8499

Browse files
author
Sean Sundberg
committed
Tag v14 branch with latest
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 415d38a commit 14d8499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
else
2929
echo "Running against branch: ${BRANCH}"
3030
TAGS="${TAG_BASE}:${BRANCH}"
31-
if [[ "${BRANCH}" == "main" ]]; then
31+
if [[ "${BRANCH}" == "v14" ]]; then
3232
TAGS="${TAGS},${TAG_BASE}:latest"
3333
fi
3434
fi

0 commit comments

Comments
 (0)