mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
fixing up typo and tagging on docker build (#751)
This commit is contained in:
parent
d36136d9ad
commit
c8a1b7b605
8
.github/workflows/docker_build.yml
vendored
8
.github/workflows/docker_build.yml
vendored
|
@ -63,10 +63,10 @@ jobs:
|
|||
id: docker_build_kanidmd
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
push: ${{ github.ref == 'refs/heads/master' }}
|
||||
platforms: ${{matrix.target}}
|
||||
# https://github.com/docker/build-push-action/issues/254
|
||||
tags: ghcr.io/${{ github.repository }}/kanidmd:devel
|
||||
tags: ghcr.io/kanidm/kanidmd:devel
|
||||
build-args: |
|
||||
"KANIDM_BUILD_PROFILE=developer"
|
||||
"KANIDM_FEATURES="
|
||||
|
@ -97,8 +97,8 @@ jobs:
|
|||
id: docker_build_radius
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
push: ${{ github.ref == 'refs/heads/master' }}
|
||||
platforms: ${{matrix.target}}
|
||||
# https://github.com/docker/build-push-action/issues/254
|
||||
tags: ghcr.io/${{ github.repository }}/radius:devel
|
||||
tags: ghcr.io/kanidm/radius:devel
|
||||
context: ./kanidm_rlm_python/
|
||||
|
|
Loading…
Reference in a new issue