fixed indent error
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Details
This commit is contained in:
parent
e6144a8b99
commit
02d81ce818
|
@ -36,12 +36,12 @@ jobs:
|
|||
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.nicktrimborn.de
|
||||
username: ${{ secrets.ACTION_USER }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.nicktrimborn.de
|
||||
username: ${{ secrets.ACTION_USER }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
|
Loading…
Reference in New Issue