Skip to content

Commit 4f5c35e

Browse files
committed
To be removed
1 parent 71964c0 commit 4f5c35e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish_docker_images.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
cd code
4040
export TAG=latest
4141
42-
if [ "${GITHUB_REF_NAME}" = "main" ]; then
43-
export PUSH="--push"
44-
fi
42+
export PUSH="--push"
4543
4644
for dir in ${BUILD_DIRS}; do
4745
TAG="$(<${dir}/docker/tag):latest"

0 commit comments

Comments
 (0)