This commit is contained in:
parent
5b80e0503f
commit
5f56a2e894
1 changed files with 5 additions and 0 deletions
5
.github/workflows/.github-ci.yaml
vendored
5
.github/workflows/.github-ci.yaml
vendored
|
@ -7,6 +7,11 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
-
|
||||
name: Login to registry
|
||||
run: |
|
||||
docker network ls
|
||||
|
||||
-
|
||||
name: Login to registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Reference in a new issue