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
|
container: gitea/act_runner:nightly-dind-rootless
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Registry
|
# - name: Login to Docker Registry
|
||||||
uses: docker/login-action@v2
|
# uses: docker/login-action@v2
|
||||||
with:
|
# with:
|
||||||
registry: git.coopgo.io
|
# registry: git.coopgo.io
|
||||||
username: ncaron
|
# username: ncaron
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
# password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
# - name: Run Docker
|
# - name: Run Docker
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in New Issue