1
0
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:
Skyler Mäntysaari
2021-09-02 21:42:40 +03:00
committed by GitHub
parent 157deafb0e
commit 8e9a043cd2

View File

@@ -27,6 +27,7 @@ jobs:
if [ "${{github.event_name}}" == "pull_request" ]; then
echo ::set-output name=push::false
else
echo ::set-output name=push::true
echo ::set-output name=tags::${TAGS}
echo ::set-output name=branch::${GIT_BRANCH}
echo ::set-output name=docker_image::${DOCKER_IMAGE}