mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
test: debug
This commit is contained in:
parent
50901d9c89
commit
7c868a7556
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-k8s.yml
vendored
4
.github/workflows/docker-k8s.yml
vendored
|
@ -45,6 +45,10 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: pokeapi/pokeapi
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
detached: true
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
|
|
Loading…
Reference in a new issue