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