[c] force workflow to use proper image
Some checks failed
Build and push docker image / deploy (push) Failing after 32s
Some checks failed
Build and push docker image / deploy (push) Failing after 32s
This commit is contained in:
parent
b697c19342
commit
1b8431f234
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: /tmp
|
working-directory: /tmp
|
||||||
|
|
Loading…
Reference in a new issue