missing docker
Some checks failed
Master Build / Build and Push Docker Image (amd64) (push) Failing after 30s
Master Build / Update running container (push) Has been skipped

This commit is contained in:
José Henrique 2025-01-22 21:53:10 -03:00
parent f65b77014f
commit 91561cab0a

View File

@ -15,11 +15,7 @@ jobs:
- name: Install docker and docker compose - name: Install docker and docker compose
run: | run: |
apt update apt update
apt install -y docker apt install -y docker docker-compose
- name: Set up Docker Buildx
id: buildx
uses: https://github.com/docker/setup-buildx-action@v3.8.0
- name: Login to Docker Hub - name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3.3.0 uses: https://github.com/docker/login-action@v3.3.0