Skip to content

Commit

Permalink
Add simple script for building and pushing sensei container
Browse files Browse the repository at this point in the history
  • Loading branch information
kwryankrattiger committed Jun 13, 2022
1 parent d5de914 commit 5e571cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-container.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
image_name=senseiinsitu/ci:fedora35-amrex-$(date +%Y%m%d)
docker build --tag $image_name .
docker push $image_name

0 comments on commit 5e571cd

Please # to comment.