Drone: use buildah image
continuous-integration/drone Build is failing Details

master
Garrett Mills 1 year ago
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…
Cancel
Save