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 17s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 24s
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 17s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 24s
This commit is contained in:
parent
5b26c52373
commit
d3b0199700
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ jobs:
|
|||
with:
|
||||
additional: docker openrc docker-openrc
|
||||
- uses: actions/checkout@v3
|
||||
# - name: Start daemon
|
||||
# run: rc-service docker start
|
||||
- name: Start daemon
|
||||
continue-on-error: true
|
||||
run: rc-service docker start
|
||||
- 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