Fix docker arm build tag
This commit is contained in:
parent
bed8642ff9
commit
3e3ee46b0d
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ steps:
|
|||
from_secret: docker_password
|
||||
repo: vikunja/frontend
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-arm64
|
||||
auto_tag_suffix: linux-arm
|
||||
depends_on: [ fetch-tags ]
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue