mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +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 .
|
||||
|
||||
- name: push
|
||||
image: plugins/docker
|
||||
image: plugins/docker:20
|
||||
settings:
|
||||
username: asonix
|
||||
password:
|
||||
|
@ -205,7 +205,7 @@ steps:
|
|||
- cp target/$TARGET/release/pict-rs .
|
||||
|
||||
- name: push
|
||||
image: plugins/docker
|
||||
image: plugins/docker:20
|
||||
settings:
|
||||
username: asonix
|
||||
password:
|
||||
|
@ -284,7 +284,7 @@ steps:
|
|||
- cp target/$TARGET/release/pict-rs .
|
||||
|
||||
- name: push
|
||||
image: plugins/docker
|
||||
image: plugins/docker:20
|
||||
settings:
|
||||
username: asonix
|
||||
password:
|
||||
|
@ -315,7 +315,7 @@ clone:
|
|||
|
||||
steps:
|
||||
- name: manifest
|
||||
image: plugins/manifest
|
||||
image: plugins/manifest:1
|
||||
settings:
|
||||
username: asonix
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue