use doppler dockerfile

This commit is contained in:
MXPicture 2022-02-11 14:11:15 +01:00
parent 80bd89e5eb
commit 26bb77c443
1 changed files with 3 additions and 1 deletions

View File

@ -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 }}"
build-args: "BASE_IMAGE_VERSION=${{ github.event.client_payload.tag }}"
file: Dockerfile_doppler