fixing up typo and tagging on docker build (#751)

This commit is contained in:
James Hodgkinson 2022-05-17 20:57:09 +10:00 committed by GitHub
parent d36136d9ad
commit c8a1b7b605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,10 +63,10 @@ jobs:
id: docker_build_kanidmd id: docker_build_kanidmd
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: ${{ github.ref == 'refs/heads/main' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: ${{matrix.target}} platforms: ${{matrix.target}}
# https://github.com/docker/build-push-action/issues/254 # https://github.com/docker/build-push-action/issues/254
tags: ghcr.io/${{ github.repository }}/kanidmd:devel tags: ghcr.io/kanidm/kanidmd:devel
build-args: | build-args: |
"KANIDM_BUILD_PROFILE=developer" "KANIDM_BUILD_PROFILE=developer"
"KANIDM_FEATURES=" "KANIDM_FEATURES="
@ -97,8 +97,8 @@ jobs:
id: docker_build_radius id: docker_build_radius
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: ${{ github.ref == 'refs/heads/main' }} push: ${{ github.ref == 'refs/heads/master' }}
platforms: ${{matrix.target}} platforms: ${{matrix.target}}
# https://github.com/docker/build-push-action/issues/254 # 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/ context: ./kanidm_rlm_python/