diff --git a/.drone/drone.yml b/.drone/drone.yml index 7360fc0b6254..1282dcfd083c 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -916,7 +916,7 @@ trigger: ref: - refs/heads/main - refs/tags/v* - - refs/heads/test/* + - refs/heads/custom-image-* type: docker volumes: - host: @@ -961,7 +961,7 @@ trigger: ref: - refs/heads/main - refs/tags/v* - - refs/heads/test/* + - refs/heads/custom-image-* type: docker volumes: - host: @@ -1006,7 +1006,7 @@ trigger: ref: - refs/heads/main - refs/tags/v* - - refs/heads/test/* + - refs/heads/custom-image-* type: docker volumes: - host: @@ -1051,7 +1051,7 @@ trigger: ref: - refs/heads/main - refs/tags/v* - - refs/heads/test/* + - refs/heads/custom-image-* type: docker volumes: - host: @@ -1096,7 +1096,7 @@ trigger: ref: - refs/heads/main - refs/tags/v* - - refs/heads/test/* + - refs/heads/custom-image-* type: docker volumes: - host: @@ -1141,7 +1141,7 @@ trigger: ref: - refs/heads/main - refs/tags/v* - - refs/heads/test/* + - refs/heads/custom-image-* type: docker volumes: - host: @@ -1433,6 +1433,6 @@ kind: secret name: updater_private_key --- kind: signature -hmac: 764b5e875892436a677f8c1c051d87b5265512843e0fa20bc8cc8f330da0ffee +hmac: 37081b0d18b8076fcb5d1a7b4a1849bd38febbcaf40b4692c1892e44e69594d8 ... diff --git a/.drone/pipelines/publish.jsonnet b/.drone/pipelines/publish.jsonnet index de88f62328bb..2bc664a74656 100644 --- a/.drone/pipelines/publish.jsonnet +++ b/.drone/pipelines/publish.jsonnet @@ -13,7 +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 + 'refs/heads/custom-image-*', // use branch naming convention to build test images from PRs ], }, steps: [{