From c8a1b7b605879fd123e13e4cbacb0657c433c9da Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Tue, 17 May 2022 20:57:09 +1000 Subject: [PATCH] fixing up typo and tagging on docker build (#751) --- .github/workflows/docker_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index db1f3138c..ae5c990ce 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -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/