Skip to content

Commit 6458bd9

Browse files
authored
Update docker.yml
1 parent 561f949 commit 6458bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
4545
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
4646
fi
47-
echo ::set-output name=tags::${TAGS}:cache
47+
echo ::set-output name=tags::${TAGS},${DOCKER_IMAGE}:cache
4848
echo "::set-output name=latest::${DOCKER_IMAGE}:latest"
4949
echo "::set-output name=tag_cache::${DOCKER_IMAGE}:cache"
5050

0 commit comments

Comments
 (0)