From 757787eb25fc47d26af35266ee5acde79cf22e19 Mon Sep 17 00:00:00 2001 From: Ingo Date: Fri, 19 Mar 2021 15:02:48 +0100 Subject: [PATCH] move Dockerfile --- .github/workflows/Dockerfile | 2 -- .github/workflows/docker-publish.yml | 1 - Dockerfile | 2 ++ 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .github/workflows/Dockerfile create mode 100644 Dockerfile diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile deleted file mode 100644 index 6827736..0000000 --- a/.github/workflows/Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -FROM busybox -COPY ../../sendinblue-bundle/target/sendinblue.ear /sendinblue/ \ No newline at end of file diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 280f66c..5cc129b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -31,5 +31,4 @@ jobs: uses: docker/build-push-action@v2 with: push: true - file: .github/workflows/Dockerfile tags: intension/sendinblue-email-provider:latest diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..12d7be1 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM busybox +COPY sendinblue-bundle/target/sendinblue.ear /sendinblue/ \ No newline at end of file