forked from Docker/baseimage-docker
CI: Fix typo
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
|||||||
if [ "${{github.event_name}}" == "pull_request" ]; then
|
if [ "${{github.event_name}}" == "pull_request" ]; then
|
||||||
echo ::set-output name=push::false
|
echo ::set-output name=push::false
|
||||||
else
|
else
|
||||||
|
echo ::set-output name=push::true
|
||||||
echo ::set-output name=tags::${TAGS}
|
echo ::set-output name=tags::${TAGS}
|
||||||
echo ::set-output name=branch::${GIT_BRANCH}
|
echo ::set-output name=branch::${GIT_BRANCH}
|
||||||
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
echo ::set-output name=docker_image::${DOCKER_IMAGE}
|
||||||
|
|||||||
Reference in New Issue
Block a user