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