This commit is contained in:
parent
d4293c1592
commit
191c246c34
@ -11,11 +11,11 @@ steps:
|
|||||||
- pnpm i
|
- pnpm i
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
|
|
||||||
- name: docker build
|
- name: container build
|
||||||
image: docker
|
image: tomkukral/buildah
|
||||||
commands:
|
commands:
|
||||||
- "docker build -t $DOCKER_REGISTRY/garrettmills/www ."
|
- "buildah build -f Dockerfile -t $DOCKER_REGISTRY/garrettmills/www ."
|
||||||
- "docker push $DOCKER_REGISTRY/garrettmills/www"
|
- "buildah push $DOCKER_REGISTRY/garrettmills/www"
|
||||||
environment:
|
environment:
|
||||||
DOCKER_REGISTRY:
|
DOCKER_REGISTRY:
|
||||||
from_secret: DOCKER_REGISTRY
|
from_secret: DOCKER_REGISTRY
|
||||||
|
Loading…
Reference in New Issue
Block a user