fix(ci): docker.yml

This commit is contained in:
charlesgauthereau
2026-01-11 14:13:51 +01:00
parent 0ec49af72a
commit e1bee19c18
+3 -2
View File
@@ -1,3 +1,4 @@
name: Docker Publish
on:
@@ -59,7 +60,7 @@ jobs:
- name: Log in to Docker Hub account 1
uses: docker/login-action@v4
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -74,7 +75,7 @@ jobs:
target: ${{ inputs.target }}
- name: Log in to Docker Hub account 2
uses: docker/login-action@v4
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
username: ${{ secrets.DOCKER_USERNAME_2 }}
password: ${{ secrets.DOCKER_PASSWORD_2 }}