chore: Retry build w/ different act-runner configuration
This commit is contained in:
parent
a7a3cb6dc5
commit
3160b9df79
@ -38,7 +38,7 @@ jobs:
|
|||||||
# echo "version=$(cat .version)" >> $GITHUB_OUTPUT
|
# echo "version=$(cat .version)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
Container image (docker.io):
|
Container image (docker.io):
|
||||||
# container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
driver: kubernetes
|
driver: kubernetes
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
namespace=act-runner
|
namespace=gitea
|
||||||
qemu.install=true
|
qemu.install=true
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user