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 43082ee commit c187fd8Copy full SHA for c187fd8
.github/workflows/main.yml
@@ -69,6 +69,7 @@ jobs:
69
if [[ ${GITHUB_ACTION} == "published" ]]; then
70
CONTAINER_TAGS+=",netfoundry/python:latest"
71
fi
72
+ echo CONTAINER_TAGS="${CONTAINER_TAGS}"
73
echo ::set-output name=container_tags::${CONTAINER_TAGS}
74
75
- name: Publish Release Package
0 commit comments