Add CI #1
@ -7,7 +7,7 @@ steps:
|
|||||||
build-docker:
|
build-docker:
|
||||||
image: "docker:24.0.6-dind"
|
image: "docker:24.0.6-dind"
|
||||||
commands:
|
commands:
|
||||||
# - docker build -t docker.grondek.pl/react-homepage:0.1 .
|
- docker build -t docker.grondek.pl/react-homepage:0.1 .
|
||||||
- docker buildx build --platform linux/arm64,linux/amd64 --push -t docker.grondek.pl/react-homepage:0.1 .
|
# - docker buildx build --platform linux/arm64,linux/amd64 --push -t docker.grondek.pl/react-homepage:0.1 .
|
||||||
# when:
|
# when:
|
||||||
# - branch: [ master, main ]
|
# - branch: [ master, main ]
|
||||||
|
Loading…
Reference in New Issue
Block a user