mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:36:29 +00:00
1144535616
Made-with: Cursor
15 lines
350 B
YAML
15 lines
350 B
YAML
when:
|
|
branch: [stage, main]
|
|
|
|
labels:
|
|
platform: arm64
|
|
|
|
steps:
|
|
- name: build-push
|
|
image: docker
|
|
commands:
|
|
- docker build -f src/Dockerfile -t localhost:5000/annotations:${CI_COMMIT_BRANCH}-arm src/
|
|
- docker push localhost:5000/annotations:${CI_COMMIT_BRANCH}-arm
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|