Skip to content

Commit 25b1c07

Browse files
committed
Tags backward compat
1 parent 64643e2 commit 25b1c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fi
3030
TAGS="${DOCKER_IMAGE}:${VERSION}-${DEBIAN_BASE}"
3131
if [ "${DEBIAN_BASE}" = "bullseye" ]; then
32-
TAGS="${TAGS} ${DOCKER_IMAGE}:latest"
32+
TAGS="${TAGS} ${DOCKER_IMAGE}:${VERSION} ${DOCKER_IMAGE}:latest"
3333
fi
3434
echo ::set-output name=version::${VERSION}
3535
echo ::set-output name=tags::${TAGS}

0 commit comments

Comments
 (0)