We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561f949 commit 6458bd9Copy full SHA for 6458bd9
.github/workflows/docker.yml
@@ -44,7 +44,7 @@ jobs:
44
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
45
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
46
fi
47
- echo ::set-output name=tags::${TAGS}:cache
+ echo ::set-output name=tags::${TAGS},${DOCKER_IMAGE}:cache
48
echo "::set-output name=latest::${DOCKER_IMAGE}:latest"
49
echo "::set-output name=tag_cache::${DOCKER_IMAGE}:cache"
50
0 commit comments