Skip to content

Commit

Permalink
fix: image name format
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Plant <[email protected]>
  • Loading branch information
pl4nty committed Jan 11, 2025
1 parent ec06033 commit cf04b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers-kctf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv /tmp/kctf-3976fdec31aeabc10d41dfeaa2337f0a789f6698/dist kctf
source kctf/activate
sed -i 's/docker build/docker build --push --cache-from type=gha --cache-to type=gha,mode=max --builder ${{ steps.buildkit.outputs.name }}/' kctf/bin/kctf-challenge
sed -i 's/docker build/docker build --push --tag "${REGISTRY}/${PROJECT}/${CLUSTER_NAME}/${CHALLENGE_NAME}-${IMAGE_NAME}:${IMAGE_ID}" --cache-from type=gha --cache-to type=gha,mode=max --builder ${{ steps.buildkit.outputs.name }}/' kctf/bin/kctf-challenge
sed -i 's/push_images \|\| return//' kctf/bin/kctf-challenge
mkdir kctf/config
echo "${{ vars.KCTF_CONFIG }}" | tr '\r\n' '\n' > kctf/config/kctf-cluster
Expand Down

0 comments on commit cf04b84

Please sign in to comment.