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