Skip to content

Commit 384c177

Browse files
committed
stopped weekly tagging of images
1 parent ea810fe commit 384c177

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/build_docker.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ cd $MY_PATH
1313

1414
docker login --username klaxalk --password $TOKEN
1515

16-
WEEK_TAG="`date +%Y`_w`date +%V`"
17-
1816
docker buildx create --name container --driver=docker-container --use
1917

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

0 commit comments

Comments
 (0)