diff --git a/.drone.yml b/.drone.yml index 3e3b112..664d5aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,6 @@ steps: - linux/arm/v6 provenance: false repo: thegeeklab/${DRONE_REPO_NAME} - provenance: false when: ref: - refs/pull/** @@ -69,7 +68,6 @@ steps: repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username - provenance: false when: ref: - refs/heads/main @@ -93,7 +91,6 @@ steps: repo: quay.io/thegeeklab/${DRONE_REPO_NAME} username: from_secret: quay_username - provenance: false when: ref: - refs/heads/main @@ -153,7 +150,7 @@ steps: from_secret: matrix_password roomid: from_secret: matrix_roomid - template: "Status: **{{ build.Status }}**
Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}
Message: {{ commit.Message.Title }}" + template: "Status: **{{ .Build.Status }}**
Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}
Message: {{ .Commit.Message.Title }}" username: from_secret: matrix_username when: @@ -174,6 +171,6 @@ depends_on: --- kind: signature -hmac: 87845c95059571090b23b0b6efdb5479541a1a229007e55dc3a4bc31c38c6626 +hmac: f4f36ba03ad0993b23622072fca54bcc0c06857c40a715cfbe4f83472b228c11 ...