Update .forgejo/workflows/docker.yml
All checks were successful
Test web app / Check syntax (push) Successful in 10s
Test web app / Test server with Flask Dev Mode (push) Successful in 16s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 16s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 20s
All checks were successful
Test web app / Check syntax (push) Successful in 10s
Test web app / Test server with Flask Dev Mode (push) Successful in 16s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 16s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 20s
This commit is contained in:
parent
33b22443ac
commit
9be2ddef7d
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ jobs:
|
|||
additional: docker
|
||||
- uses: actions/checkout@v3
|
||||
- name: Start daemon
|
||||
run: rc-service docker start
|
||||
run: dockerd &&
|
||||
- name: Login to Docker
|
||||
run: echo ${{ secrets.TOKEN }} | docker login git.swee.codes --username swee --password-stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue