fix arm64 build
All checks were successful
Master Build / Build and Push Docker Image (amd64) (push) Successful in 2m14s
Master Build / Build and Push Docker Image (arm64) (push) Successful in 4m5s
Master Build / Update running container (push) Successful in 1m15s

This commit is contained in:
Jose Henrique 2025-01-19 11:34:01 -03:00
parent 7c556c3bd7
commit 7e449575ed

View File

@ -52,6 +52,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install docker and docker compose
run: |
apt update
apt install -y docker docker-compose
- name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3.3.0
with: