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

@ -34,6 +34,15 @@ jobs:
- name: Login to Docker Registry - name: Login to Docker Registry
run: | run: |
docker login -u ncaron -p 6744954b4a3a43422e62e8d110f90de527ce094d git.coopgo.io 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 - name: Docker Build
run: | run: |