Skip to content

Commit

Permalink
Remove repository var
Browse files Browse the repository at this point in the history
Signed-off-by: Godji Fortil <[email protected]>
  • Loading branch information
Godji Fortil committed Oct 17, 2023
1 parent 1cdd351 commit 6100cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
build-args: |
PKG_FILE=${{ steps.ln-container.outputs.k8s_pkg_file }}
tags: |
${{ secrets.JFROG_REGISTRY || 'dummy.io' }}/${{ secrets.REPOSITORY || '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-core-ln:${{ needs.preamble.outputs.internal_tag }}
cache-from: |
type=registry,ref=hpccsystems/platform-core-${{ matrix.os }}:${{ needs.preamble.outputs.candidate_base_branch }}
Expand Down

0 comments on commit 6100cab

Please sign in to comment.