From f850fb4dbf6865ac0b98129700493cf470a2ee15 Mon Sep 17 00:00:00 2001 From: Godji Fortil Date: Tue, 17 Oct 2023 11:21:47 -0400 Subject: [PATCH] Fix failed docker builds on JFrog Signed-off-by: Godji Fortil --- .github/workflows/build-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index 63743cc84f2..9eb8e9999fe 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -330,8 +330,8 @@ jobs: build-args: | PKG_FILE=${{ steps.ln-container.outputs.k8s_pkg_file }} tags: | - ${{ secrets.JFROG_REGISTRY || 'dummy.io' }}/ln/platform-core-${{ matrix.os }}:${{ needs.preamble.outputs.internal_tag }} - ${{ secrets.JFROG_REGISTRY || 'dummy.io' }}/ln/platform-core-${{ matrix.os }}:${{ needs.preamble.outputs.candidate_base_branch }} + ${{ secrets.JFROG_REGISTRY || 'dummy.io' }}/hpccpl-docker-local/hpcc-platform/${{ matrix.os }}/platform-core-ln:${{ needs.preamble.outputs.internal_tag }} + ${{ secrets.JFROG_REGISTRY || 'dummy.io' }}/hpccpl-docker-local/hpcc-platform/${{ matrix.os }}/platform-build-ln:${{ needs.preamble.outputs.candidate_base_branch }} cache-from: | type=registry,ref=hpccsystems/platform-core-${{ matrix.os }}:${{ needs.preamble.outputs.candidate_base_branch }}