mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
Update CI build config
This commit is contained in:
parent
1b77daef16
commit
7d67354b96
@ -8,7 +8,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: simon987/sist2-build
|
image: sist2app/sist2-build
|
||||||
commands:
|
commands:
|
||||||
- ./scripts/build.sh
|
- ./scripts/build.sh
|
||||||
- name: scp files
|
- name: scp files
|
||||||
@ -34,7 +34,7 @@ steps:
|
|||||||
from_secret: DOCKER_USER
|
from_secret: DOCKER_USER
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
repo: simon987/sist2
|
repo: sist2app/sist2
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
@ -53,7 +53,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: simon987/sist2-build-arm64
|
image: sist2app/sist2-build-arm64
|
||||||
commands:
|
commands:
|
||||||
- ./scripts/build_arm64.sh
|
- ./scripts/build_arm64.sh
|
||||||
- name: scp files
|
- name: scp files
|
||||||
@ -78,7 +78,7 @@ steps:
|
|||||||
from_secret: DOCKER_USER
|
from_secret: DOCKER_USER
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
repo: simon987/sist2
|
repo: sist2app/sist2
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: ./Dockerfile.arm64
|
dockerfile: ./Dockerfile.arm64
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user