test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 9s
Some checks failed
Build and Push Docker Image / test (push) Failing after 9s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -9,8 +9,6 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Check folders
|
||||
run: |
|
||||
@@ -27,6 +25,8 @@ jobs:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user