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
4222a348a4
commit
49dc3872c5
|
@ -24,6 +24,8 @@ jobs:
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
|
image: docker:20.10.7
|
||||||
|
imagePullPolicy: Always
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
|
|
Loading…
Reference in New Issue