test workflow build and push on gitea registry
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user