fix(ci): I hate docker
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
7398ce6880
commit
f22df41d49
1 changed files with 4 additions and 2 deletions
|
@ -38,7 +38,8 @@ depends_on:
|
|||
|
||||
steps:
|
||||
- name: Build
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
image: quay.io/thegeeklab/drone-docker-buildx
|
||||
settings:
|
||||
repo: git.froth.zone/sam/birdsitelive
|
||||
dry_run: true
|
||||
|
@ -52,7 +53,8 @@ steps:
|
|||
- "clone"
|
||||
|
||||
- name: Build & Publish
|
||||
image: thegeeklab/drone-docker-buildx
|
||||
privileged: true
|
||||
image: quay.io/thegeeklab/drone-docker-buildx
|
||||
settings:
|
||||
auto_tag: true
|
||||
repo: git.froth.zone/sam/birdsitelive
|
||||
|
|
Reference in a new issue