mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 09:16:33 +00:00
628412d196
Made-with: Cursor
15 lines
353 B
YAML
15 lines
353 B
YAML
when:
|
|
branch: [dev, stage, main]
|
|
|
|
labels:
|
|
platform: arm64
|
|
|
|
steps:
|
|
- name: build-push
|
|
image: docker
|
|
commands:
|
|
- docker build -f Dockerfile.jetson -t localhost:5000/detections:${CI_COMMIT_BRANCH}-arm .
|
|
- docker push localhost:5000/detections:${CI_COMMIT_BRANCH}-arm
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|