use doppler dockerfile
This commit is contained in:
parent
80bd89e5eb
commit
26bb77c443
|
@ -32,6 +32,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: mxpicture/netbox:${{ steps.extract_tag.outputs.tag }}
|
tags: mxpicture/netbox:${{ steps.extract_tag.outputs.tag }}
|
||||||
build-args: "BASE_IMAGE_VERSION=${{ steps.extract_tag.outputs.tag }}"
|
build-args: "BASE_IMAGE_VERSION=${{ steps.extract_tag.outputs.tag }}"
|
||||||
|
file: Dockerfile_doppler
|
||||||
|
|
||||||
- name: Build and push (on dispatch)
|
- name: Build and push (on dispatch)
|
||||||
id: docker_build_dispatch
|
id: docker_build_dispatch
|
||||||
|
@ -41,3 +42,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: mxpicture/netbox:${{ github.event.client_payload.tag }}
|
tags: mxpicture/netbox:${{ github.event.client_payload.tag }}
|
||||||
build-args: "BASE_IMAGE_VERSION=${{ github.event.client_payload.tag }}"
|
build-args: "BASE_IMAGE_VERSION=${{ github.event.client_payload.tag }}"
|
||||||
|
file: Dockerfile_doppler
|
Loading…
Reference in New Issue