Skip to content

Commit

Permalink
stopped weekly tagging of images
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 7, 2024
1 parent ea810fe commit 384c177
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ cd $MY_PATH

docker login --username klaxalk --password $TOKEN

WEEK_TAG="`date +%Y`_w`date +%V`"

docker buildx create --name container --driver=docker-container --use

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

0 comments on commit 384c177

Please sign in to comment.