From 43bb6d75116420ee7c674e6bc63c2353228a434c Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Tue, 2 Aug 2022 10:44:42 +0200 Subject: [PATCH 1/2] Rename dockerhub pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9e77aa6..f660a6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ volumes: --- kind: pipeline type: docker -name: push-to-hub +name: docker steps: - name: docker From 777cc6945023d9f8bb444c494486eb5ebd31fc23 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Tue, 2 Aug 2022 10:46:44 +0200 Subject: [PATCH 2/2] Try to fix image push with different context --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index f660a6e..481cfb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,7 @@ steps: from_secret: docker_password repo: grimmigerfuchs/schwarzesbrett tags: latest + context: ./docker/schwarzesbrett depends_on: - frontend