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 }}-
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: add to docker group
|
||||
run: addgroup $(whoami) docker
|
||||
- name: docker info
|
||||
run: |
|
||||
addgroup $(whoami) docker
|
||||
service docker start
|
||||
service docker status
|
||||
- name: Login to Docker Registry
|
||||
uses: https://code.forgejo.org/docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue