Skip to content

Commit e7803b8

Browse files
committed
Merge branch 'release-v5.2.7'
2 parents f20885a + 4ff89f2 commit e7803b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ jobs:
6666
id: compose_tags
6767
run: |
6868
CONTAINER_TAGS="netfoundry/python:${PYPI_VERSION}"
69-
if [[ ${GITHUB_ACTION} == "published" ]]; then
69+
if [[ ${GITHUB_ACTION} == published ]]; then
7070
CONTAINER_TAGS+=",netfoundry/python:latest"
7171
fi
72+
echo GITHUB_ACTION="${GITHUB_ACTION}"
7273
echo CONTAINER_TAGS="${CONTAINER_TAGS}"
7374
echo ::set-output name=container_tags::${CONTAINER_TAGS}
7475

0 commit comments

Comments
 (0)