test workflow build and push on gitea registry
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user