mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
one day james, one day. (#907)
This commit is contained in:
parent
534bd9f621
commit
9cf4e180dc
3
.github/workflows/docker_build_kanidmd.yml
vendored
3
.github/workflows/docker_build_kanidmd.yml
vendored
|
@ -41,10 +41,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: ${{ github.ref == 'refs/heads/master' }}
|
push: ${{ github.ref == 'refs/heads/master' }}
|
||||||
platforms: ${{matrix.target}}
|
platforms: ${{matrix.target}}
|
||||||
# https://github.com/docker/build-push-action/issues/254
|
|
||||||
tags: ghcr.io/kanidm/kanidmd:devel
|
tags: ghcr.io/kanidm/kanidmd:devel
|
||||||
build-args: |
|
build-args: |
|
||||||
"KANIDM_BUILD_PROFILE=developer"
|
|
||||||
"KANIDM_FEATURES="
|
|
||||||
"KANIDM_BUILD_OPTIONS=-j1"
|
"KANIDM_BUILD_OPTIONS=-j1"
|
||||||
file: kanidmd/Dockerfile
|
file: kanidmd/Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue