This commit is contained in:
parent
3f6f86fb51
commit
7253f30d2c
@ -5,9 +5,19 @@ steps:
|
|||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
build-docker:
|
build-docker:
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: docker.grondek.pl/react-homepage
|
||||||
|
tags: 0.1
|
||||||
|
# build-docker:
|
||||||
|
# image: docker
|
||||||
|
## image: "docker:24.0.6-dind-rootless"
|
||||||
|
# commands:
|
||||||
|
# - 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 .
|
||||||
|
## when:
|
||||||
|
## - branch: [ master, main ]
|
||||||
|
|
||||||
|
services:
|
||||||
|
docker:
|
||||||
image: "docker:24.0.6-dind-rootless"
|
image: "docker:24.0.6-dind-rootless"
|
||||||
commands:
|
|
||||||
- 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 .
|
|
||||||
# when:
|
|
||||||
# - branch: [ master, main ]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user