amd64 login

This commit is contained in:
Renan Bernordi 2025-11-10 01:55:58 -03:00
parent 927e5ad909
commit b07e4979a8

View file

@ -48,6 +48,12 @@ jobs:
flavor: |
suffix=-amd64
- name: 🔐 Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: 🔐 Log in to GitHub Registry
uses: docker/login-action@v3
with:
@ -152,6 +158,12 @@ jobs:
type=sha
type=raw,value=latest
- name: 🔐 Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: 🔐 Log in to GitHub Registry
uses: docker/login-action@v3
with: