mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-23 03:41:23 +00:00
Add versions to plugins
This commit is contained in:
parent
d08b20261a
commit
8d0075661d
1 changed files with 4 additions and 4 deletions
|
@ -126,7 +126,7 @@ steps:
|
||||||
- cp target/$TARGET/release/pict-rs .
|
- cp target/$TARGET/release/pict-rs .
|
||||||
|
|
||||||
- name: push
|
- name: push
|
||||||
image: plugins/docker
|
image: plugins/docker:20
|
||||||
settings:
|
settings:
|
||||||
username: asonix
|
username: asonix
|
||||||
password:
|
password:
|
||||||
|
@ -205,7 +205,7 @@ steps:
|
||||||
- cp target/$TARGET/release/pict-rs .
|
- cp target/$TARGET/release/pict-rs .
|
||||||
|
|
||||||
- name: push
|
- name: push
|
||||||
image: plugins/docker
|
image: plugins/docker:20
|
||||||
settings:
|
settings:
|
||||||
username: asonix
|
username: asonix
|
||||||
password:
|
password:
|
||||||
|
@ -284,7 +284,7 @@ steps:
|
||||||
- cp target/$TARGET/release/pict-rs .
|
- cp target/$TARGET/release/pict-rs .
|
||||||
|
|
||||||
- name: push
|
- name: push
|
||||||
image: plugins/docker
|
image: plugins/docker:20
|
||||||
settings:
|
settings:
|
||||||
username: asonix
|
username: asonix
|
||||||
password:
|
password:
|
||||||
|
@ -315,7 +315,7 @@ clone:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: manifest
|
- name: manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest:1
|
||||||
settings:
|
settings:
|
||||||
username: asonix
|
username: asonix
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue