test workflow build and push on gitea registry
This commit is contained in:
parent
538d39b70a
commit
acb9b06f2a
|
@ -20,12 +20,12 @@ jobs:
|
|||
container: gitea/act_runner:nightly-dind-rootless
|
||||
|
||||
steps:
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
# - name: Login to Docker Registry
|
||||
# uses: docker/login-action@v2
|
||||
# with:
|
||||
# registry: git.coopgo.io
|
||||
# username: ncaron
|
||||
# password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
|
||||
# - name: Run Docker
|
||||
# run: |
|
||||
|
|
Loading…
Reference in New Issue