test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 12s
Some checks failed
Build and Push Docker Image / test (push) Failing after 12s
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -9,6 +9,8 @@ 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: |
|
||||||
@@ -20,12 +22,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Check folders
|
- name: Check folders
|
||||||
run: |
|
run: |
|
||||||
|
docker --version
|
||||||
pwd
|
pwd
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user