test secrets
Build and Push Docker Image / checkout_repository (push) Failing after 6s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 6s
Details
This commit is contained in:
parent
c6c7cd72e4
commit
f469e1da01
|
@ -27,7 +27,7 @@ jobs:
|
||||||
build_file: Dockerfile
|
build_file: Dockerfile
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
username: ${{gitea.actor}}
|
username: ${{gitea.actor}}
|
||||||
password: ${{env.PASSWORD}}
|
password: ${{secrets.PASSWORD}}
|
||||||
image: ${{gitea.repository}}
|
image: ${{gitea.repository}}
|
||||||
tag: ${{gitea.ref_name}}
|
tag: ${{gitea.ref_name}}
|
||||||
cache: true
|
cache: true
|
||||||
|
|
Loading…
Reference in New Issue