From a91b4a12f64c545bb20c63696e63b7bd4895b4c2 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Mon, 24 Feb 2025 00:09:18 +0100 Subject: [PATCH] fix: Remove argument --- .drone.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26f5c9c..ba83916 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,12 +22,12 @@ steps: - lts dockerfile: lts/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true - name: build-lts-astrogd image: plugins/docker:20.18.6 settings: registry: registry.astrogd.cloud - context: --provenance=true --sbom=true . + context: --provenance=true --sbom=true username: from_secret: astrogd_registry_username password: @@ -38,11 +38,11 @@ steps: - lts dockerfile: lts/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true - name: build-latest image: plugins/docker:20.18.6 settings: - context: --provenance=true --sbom=true . + context: --provenance=true --sbom=true username: from_secret: registry_username password: @@ -53,12 +53,12 @@ steps: - latest dockerfile: latest/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true - name: build-latest-astrogd image: plugins/docker:20.18.6 settings: registry: registry.astrogd.cloud - context: --provenance=true --sbom=true . + context: --provenance=true --sbom=true username: from_secret: astrogd_registry_username password: @@ -69,7 +69,7 @@ steps: - latest dockerfile: latest/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true --- kind: pipeline @@ -84,7 +84,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: @@ -95,12 +95,12 @@ steps: - lts dockerfile: lts/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true - name: build-lts-astrogd image: plugins/docker:20.18.6 settings: registry: registry.astrogd.cloud - context: --provenance=true --sbom=true . + context: --provenance=true --sbom=true username: from_secret: astrogd_registry_username password: @@ -111,11 +111,11 @@ steps: - lts dockerfile: lts/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true - name: build-latest image: plugins/docker:20.18.6 settings: - context: --provenance=true --sbom=true . + context: --provenance=true --sbom=true username: from_secret: registry_username password: @@ -126,12 +126,12 @@ steps: - latest dockerfile: latest/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true - name: build-latest-astrogd image: plugins/docker:20.18.6 settings: registry: registry.astrogd.cloud - context: --provenance=true --sbom=true . + context: --provenance=true --sbom=true username: from_secret: astrogd_registry_username password: @@ -142,10 +142,10 @@ steps: - latest dockerfile: latest/Dockerfile auto_label: true - custom_labels: automated.build=true . + custom_labels: automated.build=true --- kind: signature -hmac: 54a9818f736899c90625a1e3d76da872ffa9557934e32ed7eb8d584bcdef248f +hmac: 7907b22225e12f6479406cbb980c5351b5ee6018941b2bb9d7a0f74c6bce2b56 ...