From eeac27370b4c7aaf023a0f2a37573bf892afdb94 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 13 Aug 2022 13:18:43 +0200 Subject: [PATCH] Joined docker build & publish steps --- .drone.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7520d0f..7d419a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,20 +29,12 @@ steps: - yarn lint failure: ignore - - name: Build and tag docker image + - name: Build and publish docker image image: plugins/docker settings: - dry_run: true registry: ghcr.io - repo: ghcr.io/kevinmidboe/seasoned + repo: kevinmidboe/seasoned dockerfile: Dockerfile - tags: latest - - - name: Publish docker image - image: plugins/docker - settings: - registry: ghcr.io - repo: ghcr.io/kevinmidboe/seasoned username: from_secret: GITHUB_USERNAME password: