Skip to content

Commit

Permalink
fixing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 3, 2024
1 parent 392db22 commit bf0d13a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ docker buildx build --push . --file Dockerfile --builder container --tag ctumrs/
WEEK_TAG="`date +%Y`_w`date +%V`"
docker tag ctumrs/mrs_uav_system:latest ctumrs/mrs_uav_system:$WEEK_TAG

docker buildx imagetools create -t ctumrs/mrs_uav_system:latest ctumrs/mrs_uav_system:$WEEK_TAG --push
docker buildx imagetools create -t ctumrs/mrs_uav_system:$WEEK_TAG ctumrs/mrs_uav_system:latest --push
1 change: 0 additions & 1 deletion .ci/build_docker_multiarch.sh

This file was deleted.

0 comments on commit bf0d13a

Please sign in to comment.