Update .forgejo/workflows/docker.yaml
This commit is contained in:
parent
589322fe6d
commit
8b256dc95d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: docker
|
container: docker
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node
|
||||||
|
run: apk install node git
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Login to Docker
|
- name: Login to Docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue