hopefully authenticating into the container registry
continuous-integration/drone/push Build encountered an error Details

main
Nick Dumas 2 years ago
parent 8d53d196ad
commit 8b734ac9f6

@ -4,6 +4,10 @@ name: publish-docker-image
clone: clone:
depth: 1 depth: 1
enviornment:
GITEA_AUTH_TOKEN:
from_secret: GITEA_AUTH_TOKEN
steps: steps:
- name: build-and-public-docker-image - name: build-and-public-docker-image
image: docker:dind image: docker:dind
@ -12,6 +16,7 @@ steps:
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
- make docker - make docker
services: services:

Loading…
Cancel
Save