test workflow build and push on gitea registry
This commit is contained in:
parent
5f757210ac
commit
0a43b72819
|
@ -8,7 +8,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout_repository:
|
checkout_repository:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
group: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -29,7 +30,8 @@ jobs:
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
login_docker_registry:
|
login_docker_registry:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
group: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -49,7 +51,8 @@ jobs:
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
build_and_push_image:
|
build_and_push_image:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
group: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker:20.10.7
|
image: docker:20.10.7
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -85,7 +88,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check folder
|
- name: Check folder
|
||||||
run: |
|
run: |
|
||||||
cd /data
|
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue