Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/containers-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- uses: docker/setup-buildx-action@v3.12.0
- name: Get auth params for buildx cache
uses: crazy-max/ghaction-github-runtime@v3.1.0
uses: crazy-max/ghaction-github-runtime@v4
# TODO raise issue, throws error even if target challenge isn't deployable. ignore all errors for now
- name: Deploy containers
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containers-ctfd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: docker/setup-buildx-action@v3.12.0
- name: Get auth params for buildx cache
uses: crazy-max/ghaction-github-runtime@v3.1.0
uses: crazy-max/ghaction-github-runtime@v4
# TODO raise issue, throws error even if target challenge isn't deployable. ignore all errors for now
- name: Deploy containers
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containers-kctf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: docker/setup-buildx-action@v3.12.0
id: buildkit
- name: Get auth params for buildx cache
uses: crazy-max/ghaction-github-runtime@v3.1.0
uses: crazy-max/ghaction-github-runtime@v4

- name: Deploy containers
# Artefact Registry support https://github.com/google/kctf/pull/406
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containers-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- uses: docker/setup-buildx-action@v3.12.0
- name: Get auth params for buildx cache
uses: crazy-max/ghaction-github-runtime@v3.1.0
uses: crazy-max/ghaction-github-runtime@v4
# TODO raise issue, throws error even if target challenge isn't deployable. ignore all errors for now
- name: Deploy containers
run: |
Expand Down