reading the docs is hard
continuous-integration/drone/push Build is failing Details

main
Nick Dumas 2 years ago
parent 65ad2bf182
commit a06b400ee4

@ -8,16 +8,16 @@ clone:
steps: steps:
- name: build-and-public-docker-image - name: build-and-public-docker-image
image: docker:dind image: docker:dind
enviornment:
GITEA_AUTH_TOKEN:
from_secret: GITEA_AUTH_TOKEN
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: commands:
- apk add git docker make - apk add git docker make
- docker login --user ndumas --password $GITEA_AUTH_TOKEN code.ndumas.com - docker login --user ndumas --password $GITEA_AUTH_TOKEN code.ndumas.com
- make docker - make docker
enviornment:
GITEA_AUTH_TOKEN:
from_secret: GITEA_AUTH_TOKEN
services: services:
- name: docker - name: docker

Loading…
Cancel
Save