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

This commit is contained in:
Nicolas CARON 2024-03-15 11:34:40 +01:00
parent c36af927be
commit e0f2693f09
1 changed files with 2 additions and 2 deletions

View File

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