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