Skip to content

Commit

Permalink
Merge pull request #24 from GRIDAPPSD/releases/2022.10.0
Browse files Browse the repository at this point in the history
Release of version 2022.10.0
  • Loading branch information
tonya1 authored Nov 10, 2022
2 parents ac9a4fc + 5d8d2a9 commit 4077fe7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ jobs:
exit 1
fi
echo " "
echo "Remove the build container"
docker rmi ${IMAGE}:build
status=$?
if [ $status -ne 0 ]; then
echo "Error: stop status $status"
exit 1
fi
#echo " "
#echo "Remove the build container"
#docker rmi ${IMAGE}:build
#status=$?
#if [ $status -ne 0 ]; then
#echo "Error: stop status $status"
#exit 1
#fi
- name: Push the image
env:
Expand All @@ -135,7 +135,7 @@ jobs:
if [ -n "$TAG" -a -n "$ORG" ]; then
# Get the built container name
CONTAINER=`docker images --format "{{.Repository}}:{{.Tag}}" ${IMAGE}`
CONTAINER=`docker images --format "{{.Repository}}:{{.Tag}}" ${IMAGE} | grep -v ':build$'`
echo "docker push ${CONTAINER}"
docker push "${CONTAINER}"
Expand Down

0 comments on commit 4077fe7

Please sign in to comment.