Skip to content

Commit

Permalink
more cicd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
illinoisrobert committed Aug 6, 2024
1 parent 889c6ca commit ecaf1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beta/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ else
latest=( "latest" "$@" )
fi

cp ../go.mod ../go.sum .
docker build --no-cache -t "$image:$now" .
docker push "$image:$now"
for v in "${latest[@]}" ; do
Expand Down

0 comments on commit ecaf1db

Please sign in to comment.