Fix docker arm build tag

This commit is contained in:
kolaente 2020-06-22 22:19:53 +02:00
parent bed8642ff9
commit 3e3ee46b0d
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]
---