mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix(ci): docker.yml
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user