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 15s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 15s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 21s

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-03-28 16:26:54 -07:00
parent 6532b11db3
commit 5b26c52373

View file

@ -14,8 +14,8 @@ jobs:
with:
additional: docker openrc docker-openrc
- uses: actions/checkout@v3
- name: Start daemon
run: rc-service docker start
# - name: Start daemon
# 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