mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 07:06:32 +00:00
CI: main tag without prefix
Made-with: Cursor
This commit is contained in:
@@ -8,7 +8,8 @@ steps:
|
|||||||
- name: build-push
|
- name: build-push
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
- docker build -f Dockerfile.jetson -t localhost:5000/detections:${CI_COMMIT_BRANCH}-arm .
|
- if [ "$CI_COMMIT_BRANCH" = "main" ]; then export TAG=arm; else export TAG=${CI_COMMIT_BRANCH}-arm; fi
|
||||||
- docker push localhost:5000/detections:${CI_COMMIT_BRANCH}-arm
|
- docker build -f Dockerfile.jetson -t localhost:5000/detections:$TAG .
|
||||||
|
- docker push localhost:5000/detections:$TAG
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user