Skip to content

Commit

Permalink
release new subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Aug 5, 2024
1 parent a7ff294 commit 5409e96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

VERSION=$(cat ./version.txt)
HASH=$(git rev-parse --short=12 HEAD)
Expand All @@ -10,7 +10,7 @@ if [ -x ~/go/bin/packr ]; then
elif [ -x "packr" ]; then
echo "Fond packr"
else
echo "installing packr"
echo "Installing packr"
go install github.com/gobuffalo/packr/packr@latest
fi

Expand Down
7 changes: 7 additions & 0 deletions docker-build-push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

VERSION=$(cat ./version.txt)
docker build -t securitybunker/databunker:$VERSION .
docker tag securitybunker/databunker:$VERSION securitybunker/databunker:latest
docker push securitybunker/databunker:$VERSION
docker push securitybunker/databunker:latest
File renamed without changes.

0 comments on commit 5409e96

Please sign in to comment.