test actions 9
This commit is contained in:
parent
7f26f849ad
commit
1acbfdc393
@ -6,7 +6,7 @@ on:
|
||||
- gitea-actions
|
||||
|
||||
jobs:
|
||||
Docker-Build-Pipeline:
|
||||
Build-Fedora:
|
||||
runs-on: self-hosted
|
||||
defaults:
|
||||
run:
|
||||
@ -31,4 +31,29 @@ jobs:
|
||||
run: |
|
||||
cd ansible-dev
|
||||
docker build --no-cache -f build/Containerfile.fedora39 -t gitea.thezengarden.net/podman/ansible-dev/fedora39:gitea-actions .
|
||||
|
||||
Build-CentOS:
|
||||
runs-on: self-hosted
|
||||
defaults:
|
||||
run:
|
||||
working-directory: /home/builds/src
|
||||
|
||||
steps:
|
||||
- name: Cleanup old code
|
||||
run: rm -rfv *
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone https://gitea.thezengarden.net/podman/ansible-dev.git
|
||||
|
||||
- name: Environment check
|
||||
run: |
|
||||
hostnamectl
|
||||
env
|
||||
whoami
|
||||
pwd
|
||||
tree
|
||||
|
||||
- name: Build CentOS 9 Docker Image
|
||||
run: |
|
||||
cd ansible-dev
|
||||
docker build --no-cache -f build/Containerfile.centos-stream9 -t gitea.thezengarden.net/podman/ansible-dev/centos9:gitea-actions .
|
||||
|
Loading…
x
Reference in New Issue
Block a user