From 26bb77c443f3aedcdc1a7fb8ee51a6a524aa0fba Mon Sep 17 00:00:00 2001 From: MXPicture Date: Fri, 11 Feb 2022 14:11:15 +0100 Subject: [PATCH] use doppler dockerfile --- .github/workflows/docker_hub.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker_hub.yml b/.github/workflows/docker_hub.yml index 9577056..090ea06 100644 --- a/.github/workflows/docker_hub.yml +++ b/.github/workflows/docker_hub.yml @@ -32,6 +32,7 @@ jobs: push: true tags: mxpicture/netbox:${{ steps.extract_tag.outputs.tag }} build-args: "BASE_IMAGE_VERSION=${{ steps.extract_tag.outputs.tag }}" + file: Dockerfile_doppler - name: Build and push (on dispatch) id: docker_build_dispatch @@ -40,4 +41,5 @@ jobs: with: push: true tags: mxpicture/netbox:${{ github.event.client_payload.tag }} - build-args: "BASE_IMAGE_VERSION=${{ github.event.client_payload.tag }}" \ No newline at end of file + build-args: "BASE_IMAGE_VERSION=${{ github.event.client_payload.tag }}" + file: Dockerfile_doppler \ No newline at end of file