Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GiGurra committed Jul 14, 2023
1 parent b30ee28 commit ca8efa8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/publish_release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

set -e

# Get the directory of this script
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

# First publish a new latest image
./publish_latest_img.bash
"$SCRIPT_DIR"/publish_latest_img.bash

# check that the build works
go clean ./...
Expand Down Expand Up @@ -75,5 +78,5 @@ git push --tags origin master
# Push the image to docker hub
docker push "$IMAGE_NAME"

./bump_version.bash
"$SCRIPT_DIR"/bump_version.bash

0 comments on commit ca8efa8

Please sign in to comment.