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

This commit is contained in:
Nicolas CARON 2024-03-08 17:28:17 +01:00
parent 066fe76a79
commit 6b25143194
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
- name: Run Docker
run: |
docker --version
systemctl start docker
docker buildx build --platform linux/amd64,linux/arm64 -t git.coopgo.io/coopgo-platform/mobility-accounts:test .
docker push git.coopgo.io/coopgo-platform/mobility-accounts:test