Fix .drone anchor
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
d52dc299f2
commit
2b6a0e9467
@ -5,7 +5,13 @@ steps:
|
|||||||
- name: publish payload dev container
|
- name: publish payload dev container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings: &payload-build-settings
|
settings: &payload-build-settings
|
||||||
<<: *docker-build-settings
|
username: 3wordchant
|
||||||
|
password:
|
||||||
|
from_secret: git_autonomic_zone_token_3wc
|
||||||
|
# NOTE: edit this if you want your image called something else
|
||||||
|
auto_tag: true
|
||||||
|
registry: git.autonomic.zone
|
||||||
|
dockerfile: astro/Dockerfile
|
||||||
# NOTE: edit this if you want your image called something else
|
# NOTE: edit this if you want your image called something else
|
||||||
repo: git.autonomic.zone/autonomic-cooperative/nextload-dev
|
repo: git.autonomic.zone/autonomic-cooperative/nextload-dev
|
||||||
context: payload
|
context: payload
|
||||||
|
Loading…
Reference in New Issue
Block a user