Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurema authored Mar 19, 2021
1 parent 561f949 commit 6458bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
fi
echo ::set-output name=tags::${TAGS}:cache
echo ::set-output name=tags::${TAGS},${DOCKER_IMAGE}:cache
echo "::set-output name=latest::${DOCKER_IMAGE}:latest"
echo "::set-output name=tag_cache::${DOCKER_IMAGE}:cache"
Expand Down

0 comments on commit 6458bd9

Please sign in to comment.