diff --git a/.drone.yml b/.drone.yml index 8d55add1..06e78ec3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file