idk
Some checks failed
Master Build / Build and Push Docker Image (amd64) (push) Failing after 9m55s
Master Build / Update running container (push) Has been skipped

This commit is contained in:
José Henrique 2025-01-22 21:42:59 -03:00
parent a546f5c572
commit f65b77014f

View File

@ -17,6 +17,10 @@ jobs:
apt update
apt install -y docker
- name: Set up Docker Buildx
id: buildx
uses: https://github.com/docker/setup-buildx-action@v3.8.0
- name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3.3.0
with: