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