Skip to content

Commit

Permalink
sign drone
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr committed Oct 19, 2023
1 parent 092c409 commit c7d6c81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/* # use branch naming convention to build test images from PRs
- refs/heads/test/*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -961,6 +961,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1005,6 +1006,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1049,6 +1051,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1093,6 +1096,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1137,6 +1141,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1428,6 +1433,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: 47d018f95267288b13edfd1bdabbab3bc60daa2674fda3ebeb713fac569586cb
hmac: 764b5e875892436a677f8c1c051d87b5265512843e0fa20bc8cc8f330da0ffee

...
1 change: 1 addition & 0 deletions .drone/pipelines/publish.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ local linux_containers_jobs = std.map(function(container) (
ref: [
'refs/heads/main',
'refs/tags/v*',
'refs/heads/test/*', // use branch naming convention to build test images from PRs
],
},
steps: [{
Expand Down

0 comments on commit c7d6c81

Please sign in to comment.