Update '.gitea/workflows/ci.yml'
Some checks failed
Build
Deploy

This commit is contained in:
xeovalyte 2023-04-02 19:54:11 +02:00
parent 58a1236c71
commit 1e780a8f56

View File

@ -20,6 +20,7 @@ jobs:
- run: apt update
- run: curl -fsSL https://get.docker.com -o get-docker.sh
- run: sh ./get-docker.sh --dry-run
- run: docker --version
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with: