mirror of
https://codeberg.org/ashley/poke
synced 2026-03-19 16:57:59 +00:00
Test build and push
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user