added different install method
Some checks failed
Build
Deploy

This commit is contained in:
Xeovalyte 2023-04-02 19:51:44 +02:00
parent b1788a6102
commit 58a1236c71

View File

@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: docker-practice/actions-setup-docker@master
- run: apt update
- run: curl -fsSL https://get.docker.com -o get-docker.sh
- run: sh ./get-docker.sh --dry-run
- uses: actions/checkout@v3
- uses: docker/login-action@v2
with: