feat: with environment
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-04-07 21:06:37 +02:00
parent b04473daaf
commit b2d174ae75
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -7,6 +7,13 @@ steps:
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
environment:
#DOCKER_BUILDKIT: 1
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username
DOCKER_HOST: docker.io
commands: commands:
- ls /var/run - ls /var/run
- set -eu - set -eu