Skip to content

Commit

Permalink
fix: Another fix for the docker image build.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Nov 8, 2022
1 parent 4ba1262 commit b4fae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ if [[ "$BRANCH" == "master" ]]; then
semantic-release publish
fi
if [[ ${BRANCH:0:7} == "heads/v" ]]; then
./docker_push.sh
TAG=${BRANCH:7} ./docker_push.sh
fi

0 comments on commit b4fae0d

Please sign in to comment.