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

This commit is contained in:
Nicolas CARON 2024-03-15 12:08:09 +01:00
parent 99d1e55fa8
commit d4eade0228
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@ jobs:
run: |
docker login -u ncaron -p 6744954b4a3a43422e62e8d110f90de527ce094d git.coopgo.io
- name: test docker
run: |
docker --version
dockerd &
- name: Run docker hello-world
run: |
docker run hello-world
- name: Docker Build
run: |
docker build -t git.coopgo.io/coopgo-platform/mobility-accounts:test --build-arg ACCESS_TOKEN .