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