Skip to content

Commit 4077fe7

Browse files
authored
Merge pull request #24 from GRIDAPPSD/releases/2022.10.0
Release of version 2022.10.0
2 parents ac9a4fc + 5d8d2a9 commit 4077fe7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ jobs:
110110
exit 1
111111
fi
112112
113-
echo " "
114-
echo "Remove the build container"
115-
docker rmi ${IMAGE}:build
116-
status=$?
117-
if [ $status -ne 0 ]; then
118-
echo "Error: stop status $status"
119-
exit 1
120-
fi
113+
#echo " "
114+
#echo "Remove the build container"
115+
#docker rmi ${IMAGE}:build
116+
#status=$?
117+
#if [ $status -ne 0 ]; then
118+
#echo "Error: stop status $status"
119+
#exit 1
120+
#fi
121121
122122
- name: Push the image
123123
env:
@@ -135,7 +135,7 @@ jobs:
135135
136136
if [ -n "$TAG" -a -n "$ORG" ]; then
137137
# Get the built container name
138-
CONTAINER=`docker images --format "{{.Repository}}:{{.Tag}}" ${IMAGE}`
138+
CONTAINER=`docker images --format "{{.Repository}}:{{.Tag}}" ${IMAGE} | grep -v ':build$'`
139139
140140
echo "docker push ${CONTAINER}"
141141
docker push "${CONTAINER}"

0 commit comments

Comments
 (0)