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

This commit is contained in:
Nicolas CARON 2024-03-15 11:33:54 +01:00
parent 2ad8530736
commit c36af927be
1 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Check folders
run: |
@ -20,12 +22,11 @@ jobs:
- name: Check folders
run: |
docker --version
pwd
ls -la
- name: Login to Docker Registry
image: ghcr.io/catthehacker/ubuntu:act-latest
imagePullPolicy: Always
uses: docker/login-action@v2
with:
registry: git.coopgo.io