fix: Move location argument to back
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7743438203
commit
68dc85cbd6
12
.drone.yml
12
.drone.yml
@ -11,7 +11,7 @@ steps:
|
||||
- name: build-lts
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
context: --provenance=true --sbom=true .
|
||||
context: --provenance=true --sbom=true
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
@ -22,6 +22,7 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
- name: build-lts-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
@ -37,6 +38,7 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
- name: build-latest
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
@ -51,6 +53,7 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
- name: build-latest-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
@ -66,6 +69,7 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -91,6 +95,7 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
- name: build-lts-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
@ -106,6 +111,7 @@ steps:
|
||||
- lts
|
||||
dockerfile: lts/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
- name: build-latest
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
@ -120,6 +126,7 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
- name: build-latest-astrogd
|
||||
image: plugins/docker:20.18.6
|
||||
settings:
|
||||
@ -135,9 +142,10 @@ steps:
|
||||
- latest
|
||||
dockerfile: latest/Dockerfile
|
||||
auto_label: true
|
||||
custom_labels: automated.build=true .
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: a3899b1bc619f10beb893300d22a6293791fb9ada3b45d8aa0c0870cc56ecabc
|
||||
hmac: 54a9818f736899c90625a1e3d76da872ffa9557934e32ed7eb8d584bcdef248f
|
||||
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user