forked from vikunja/frontend
Fix docker arm build plugin
This commit is contained in:
parent
27096d7bd5
commit
9ec018ea5f
@ -176,7 +176,7 @@ steps:
|
||||
commands:
|
||||
- git fetch --tags
|
||||
- name: docker
|
||||
image: plugins/docker:linux-arm64
|
||||
image: plugins/docker:linux-arm
|
||||
pull: true
|
||||
settings:
|
||||
username:
|
||||
@ -207,7 +207,7 @@ steps:
|
||||
commands:
|
||||
- git fetch --tags
|
||||
- name: docker
|
||||
image: plugins/docker:linux-arm64
|
||||
image: plugins/docker:linux-arm
|
||||
pull: true
|
||||
settings:
|
||||
username:
|
||||
|
Loading…
x
Reference in New Issue
Block a user