Set docker image to use
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m16s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m16s
This commit is contained in:
parent
7892d2bf19
commit
1458c559d6
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:20-bullseye
|
||||||
steps:
|
steps:
|
||||||
- name: Setup RSync
|
- name: Setup RSync
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue