mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 07:06:33 +00:00
Switch to Woodpecker CI
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
when:
|
||||
branch: [stage, main]
|
||||
|
||||
labels:
|
||||
platform: arm64
|
||||
|
||||
steps:
|
||||
- name: build-push
|
||||
image: docker
|
||||
commands:
|
||||
- docker build -f Dockerfile -t localhost:5000/loader:${CI_COMMIT_BRANCH}-arm .
|
||||
- docker push localhost:5000/loader:${CI_COMMIT_BRANCH}-arm
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user