test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 36s
Details
Build and Push Docker Image / build_and_push (push) Failing after 36s
Details
This commit is contained in:
parent
6f70a042e1
commit
240504349a
|
@ -18,8 +18,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
|
systemctl start docker
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: git.coopgo.io
|
registry: git.coopgo.io
|
||||||
|
@ -44,6 +45,6 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:mobility-accounts"
|
context: "{{defaultContext}}"
|
||||||
push: true
|
push: true
|
||||||
tags: "git.coopgo.io/coopgo-platform/mobilityaccounts:test"
|
tags: "git.coopgo.io/coopgo-platform/mobilityaccounts:test"
|
||||||
|
|
Loading…
Reference in New Issue