mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +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
|
kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: Build and Push Docker Image
|
name: Build and Push Docker Image (Quay)
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
|
@ -16,3 +16,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- npm i
|
- npm i
|
||||||
- echo $QUAY_PASSWORD | docker login quay.io --username $QUAY_USERNAME --password-stdin
|
- 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