diff --git a/.drone.yml b/.drone.yml index febb5e7..18f7545 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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