Skip to content

Commit 4ff89f2

Browse files
committed
troubleshoot shell test for published
1 parent 91a6f5a commit 4ff89f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
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)