adding back buildx
Some checks failed
Master Build / Build and Push Docker Image (amd64) (push) Failing after 50s
Master Build / Update running container (push) Has been skipped

This commit is contained in:
José Henrique 2025-01-22 21:56:15 -03:00
parent 91561cab0a
commit 8bca650138

View File

@ -17,6 +17,13 @@ jobs:
apt update
apt install -y docker docker-compose
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
with:
config-inline: |
[registry."git.ivanch.me"]
- name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3.3.0
with: