Skip to content

Commit

Permalink
fix: back to gcr.io
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 afc75b1 commit 140a7ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/containers-kctf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
uses: crazy-max/[email protected]

- name: Deploy containers
# Artefact Registry support https://github.com/google/kctf/pull/406
run: |
curl -sSL https://github.com/HlynurOskar/kctf/archive/3976fdec31aeabc10d41dfeaa2337f0a789f6698.tar.gz | tar xz -C /tmp
mv /tmp/kctf-3976fdec31aeabc10d41dfeaa2337f0a789f6698/dist kctf
curl -sSL https://kctf.dev/sdk | tar xz
source kctf/activate
docker buildx use ${{ steps.buildkit.outputs.name }}
docker buildx ls
docker() {
if [ "$1" = "build" ]; then
command docker buildx build --cache-from type=gha --cache-to type=gha,mode=max "${@:2}"
Expand Down

0 comments on commit 140a7ec

Please sign in to comment.