Skip to content

Commit

Permalink
Merge pull request #45 from ASNeG/43_add_script_to_create_and_push_do…
Browse files Browse the repository at this point in the history
…cker_container

add script to create and push docker container
  • Loading branch information
huebl committed Sep 5, 2021
2 parents c250ee1 + c30f887 commit 09fa1b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

RELEASE="release-4"

docker image rm asneg/asneg-demo:${RELEASE}
docker image build -t asneg/asneg-demo:${RELEASE} .
docker image push asneg/asneg-demo:${RELEASE}
docker image rm asneg/asneg-demo:${RELEASE}

0 comments on commit 09fa1b3

Please sign in to comment.