1
Fork 0

Test build and push

This commit is contained in:
Korbs 2024-01-26 20:07:17 -05:00
parent 66798d977c
commit 3c6b31b004

View file

@ -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