Compare commits

..

1 Commits

Author SHA1 Message Date
a8ab52cf54 explicit docker install?
Some checks failed
Build and docker image / Build (pull_request) Failing after 3s
2024-05-18 13:44:41 +02:00

View File

@ -25,13 +25,8 @@ jobs:
username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }}
- name: Install Docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
sudo usermod -aG docker $USER
sudo systemctl start docker
sudo systemctl enable docker
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
- name: Build
uses: https://github.com/docker/build-push-action@v2