diff --git a/.drone.yml b/.drone.yml index f7cd0bf..0805b37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,8 +32,8 @@ steps: settings: dockerfile: Dockerfile dry_run: true - repo: thegeeklab/${DRONE_REPO_NAME} provenance: false + repo: thegeeklab/${DRONE_REPO_NAME} when: ref: - refs/pull/** @@ -74,10 +74,10 @@ steps: dockerfile: Dockerfile password: from_secret: docker_password + provenance: false repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username - provenance: false when: ref: - refs/heads/main @@ -91,11 +91,11 @@ steps: dockerfile: Dockerfile password: from_secret: quay_password + provenance: false registry: quay.io repo: quay.io/thegeeklab/${DRONE_REPO_NAME} username: from_secret: quay_username - provenance: false when: ref: - refs/heads/main @@ -171,7 +171,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: @@ -192,6 +192,6 @@ depends_on: --- kind: signature -hmac: ca5d129a1c880f4f666cb83759d1a075c18485afe17f94696e46cb9753555f23 +hmac: 256cfd4d5075fa48ba50b810afd3eca41100d64f1eae94ed3a5a7d97779d0b8b ...