mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
CI: Fix typo
This commit is contained in:
committed by
GitHub
parent
157deafb0e
commit
8e9a043cd2
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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