mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:38:10 +01:00
Test build and push
This commit is contained in:
parent
66798d977c
commit
3c6b31b004
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
kind: pipeline
|
||||
type: exec
|
||||
name: Build and Push Docker Image
|
||||
name: Build and Push Docker Image (Quay)
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
@ -16,3 +16,5 @@ steps:
|
|||
commands:
|
||||
- npm i
|
||||
- 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
|
Loading…
Reference in a new issue