Compare commits
No commits in common. "537604b82805c9ebf592068f9cda8106bcf0cc42" and "8fd5d46f3d19932b8c0e2fafd4c410e06ed569f1" have entirely different histories.
537604b828
...
8fd5d46f3d
1 changed files with 1 additions and 5 deletions
|
@ -18,8 +18,6 @@ steps:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
repo: samuelph/universal-statuspage
|
repo: samuelph/universal-statuspage
|
||||||
build_args:
|
|
||||||
- ARCH=amd64
|
|
||||||
username:
|
username:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -51,8 +49,6 @@ steps:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-arm64
|
auto_tag_suffix: linux-arm64
|
||||||
repo: samuelph/universal-statuspage
|
repo: samuelph/universal-statuspage
|
||||||
build_args:
|
|
||||||
- ARCH=amd64
|
|
||||||
username:
|
username:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
|
@ -113,7 +109,7 @@ steps:
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
# - linux/arm
|
# - linux/arm
|
||||||
username:
|
username:
|
||||||
from_secret: USERNAME
|
from_secret: USERNAME
|
||||||
password:
|
password:
|
||||||
|
|
Reference in a new issue