mirror of
https://codeberg.org/ashley/poke
synced 2025-04-04 00:28:01 +00:00
Convert to Codeberg and use ARM64
This commit is contained in:
parent
64096ff275
commit
5ef6b6bfcd
18
.drone.yml
18
.drone.yml
@ -1,19 +1,19 @@
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: Build and Push Docker Image (Quay)
|
||||
name: Build and Push Docker Image
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: Build
|
||||
environment:
|
||||
QUAY_USERNAME:
|
||||
from_secret: QUAY_USERNAME
|
||||
QUAY_PASSWORD:
|
||||
from_secret: QUAY_PASSWORD
|
||||
CODEBERG_USERNAME:
|
||||
from_secret: CODEBERG_USERNAME
|
||||
CODEBERG_PASSWORD:
|
||||
from_secret: CODEBERG_PASSWORD
|
||||
commands:
|
||||
- echo $QUAY_PASSWORD | docker login quay.io --username $QUAY_USERNAME --password-stdin
|
||||
- docker build -t quay.io/sudovanilla/poketube .
|
||||
- docker push quay.io/sudovanilla/poketube
|
||||
- echo $CODEBERG_PASSWORD | docker login codeberg.org --username $CODEBERG_USERNAME --password-stdin
|
||||
- docker build -t codeberg.org/korbs/poke:arm64 .
|
||||
- docker push codeberg.org/korbs/poke:arm64
|
Loading…
Reference in New Issue
Block a user