test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 36s Details

This commit is contained in:
Nicolas CARON 2024-03-06 11:55:32 +01:00
parent 6f70a042e1
commit 240504349a
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ jobs:
run: |
apt-get update
apt-get install -y docker.io
systemctl start docker
- name: Login to Docker Hub
- name: Login to Docker Registry
uses: docker/login-action@v1
with:
registry: git.coopgo.io
@ -44,6 +45,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: "{{defaultContext}}:mobility-accounts"
context: "{{defaultContext}}"
push: true
tags: "git.coopgo.io/coopgo-platform/mobilityaccounts:test"