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