test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 11s
Details
Build and Push Docker Image / test (push) Failing after 11s
Details
This commit is contained in:
parent
599f66d065
commit
71d7c3ce61
|
@ -22,6 +22,13 @@ jobs:
|
|||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.coopgo.io
|
||||
username: ncaron
|
||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
# checkout_repository:
|
||||
# runs-on:
|
||||
# group: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue