Zaktualizuj '.woodpecker/.step1.yml'

main
Mi Klo 2023-07-22 19:08:21 +00:00
rodzic 140fc4d51a
commit 12cd1fe276
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -5,14 +5,15 @@ when:
steps:
step1:
# image: docker:cli
image: docker:dind
# image: docker:dind
image: quay.io/podman/stable
secrets: [image_name]
commands:
- docker build ./subfolder -t $${IMAGE_NAME} -f ./subfolder/Dockerfile
- docker run --rm $${IMAGE_NAME}
# privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
environment:
TEST_ENV: ci-test:test