This commit is contained in:
parent
ddfcc661de
commit
5a6bcf6fde
1 changed files with 5 additions and 2 deletions
|
|
@ -26,8 +26,11 @@ jobs:
|
||||||
${{ runner.os }}-
|
${{ runner.os }}-
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: add to docker group
|
- name: docker info
|
||||||
run: addgroup $(whoami) docker
|
run: |
|
||||||
|
addgroup $(whoami) docker
|
||||||
|
service docker start
|
||||||
|
service docker status
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: https://code.forgejo.org/docker/login-action@v3
|
uses: https://code.forgejo.org/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue