mirror of
https://github.com/thegeeklab/github-releases-notifier.git
synced 2024-11-24 11:20:40 +00:00
fix drone pipeline
This commit is contained in:
parent
2e8289a9c9
commit
1605813ea8
@ -180,15 +180,12 @@ def notification():
|
|||||||
'kind': 'pipeline',
|
'kind': 'pipeline',
|
||||||
'type': 'docker',
|
'type': 'docker',
|
||||||
'name': 'notification',
|
'name': 'notification',
|
||||||
'clone': {
|
|
||||||
'disable': True
|
|
||||||
},
|
|
||||||
'steps': [
|
'steps': [
|
||||||
{
|
{
|
||||||
'name': 'manifest',
|
'name': 'manifest',
|
||||||
'image': 'plugins/manifest',
|
'image': 'plugins/manifest',
|
||||||
'settings': {
|
'settings': {
|
||||||
'auto_tag': 'true',
|
'auto_tag': True,
|
||||||
'username': {
|
'username': {
|
||||||
'from_secret': 'docker_username'
|
'from_secret': 'docker_username'
|
||||||
},
|
},
|
||||||
|
@ -271,9 +271,6 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: manifest
|
- name: manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
@ -313,6 +310,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 8c65eff50af8574d8623946b9337b1befe6abc179d13bfcea2ea97deab2e84f6
|
hmac: f15877ab66dddf208fe6c8df97b8c6cbec01b48f4b78061fe33421c3884356df
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -10,11 +10,15 @@ manifests:
|
|||||||
platform:
|
platform:
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
- image: xoxys/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64
|
- image: xoxys/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64
|
||||||
platform:
|
platform:
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
os: linux
|
os: linux
|
||||||
|
variant: v8
|
||||||
|
|
||||||
- image: xoxys/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm
|
- image: xoxys/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm
|
||||||
platform:
|
platform:
|
||||||
architecture: arm
|
architecture: arm
|
||||||
os: linux
|
os: linux
|
||||||
|
variant: v7
|
||||||
|
Loading…
Reference in New Issue
Block a user