From 3c6b31b0044185aae7240f2ea84ea450348c9ba6 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 26 Jan 2024 20:07:17 -0500 Subject: [PATCH] Test build and push --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8d55add..06e78ec 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