We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71964c0 commit 4f5c35eCopy full SHA for 4f5c35e
1 file changed
.github/workflows/publish_docker_images.yaml
@@ -39,9 +39,7 @@ jobs:
39
cd code
40
export TAG=latest
41
42
- if [ "${GITHUB_REF_NAME}" = "main" ]; then
43
- export PUSH="--push"
44
- fi
+ export PUSH="--push"
45
46
for dir in ${BUILD_DIRS}; do
47
TAG="$(<${dir}/docker/tag):latest"
0 commit comments