Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 4, 2024
1 parent 22dfe82 commit bd0539f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ docker login --username klaxalk --password $TOKEN
WEEK_TAG="`date +%Y`_w`date +%V`"

docker buildx create --name container --driver=docker-container
docker buildx build --push . --file Dockerfile --builder container --tag ctumrs/mrs_uav_system:latest -tag ctumrs/mrs_uav_system:$WEEK_TAG --platform=linux/amd64,linux/arm64
docker buildx build . --file Dockerfile --builder container --tag ctumrs/mrs_uav_system:latest --tag ctumrs/mrs_uav_system:${WEEK_TAG} --platform=linux/amd64,linux/arm64 --push

0 comments on commit bd0539f

Please sign in to comment.