We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a6f5a commit 4ff89f2Copy full SHA for 4ff89f2
.github/workflows/main.yml
@@ -66,9 +66,10 @@ jobs:
66
id: compose_tags
67
run: |
68
CONTAINER_TAGS="netfoundry/python:${PYPI_VERSION}"
69
- if [[ ${GITHUB_ACTION} == "published" ]]; then
+ if [[ ${GITHUB_ACTION} == published ]]; then
70
CONTAINER_TAGS+=",netfoundry/python:latest"
71
fi
72
+ echo GITHUB_ACTION="${GITHUB_ACTION}"
73
echo CONTAINER_TAGS="${CONTAINER_TAGS}"
74
echo ::set-output name=container_tags::${CONTAINER_TAGS}
75
0 commit comments