Migrate to Actions #13

Merged
chris merged 39 commits from gitea-actions into release 2024-12-17 18:37:06 -05:00
Showing only changes of commit 1ffa44f65c - Show all commits

View File

@ -20,4 +20,13 @@ jobs:
run: pwd
- name: Clone repository
run: git clone https://gitea.thezengarden.net/podman/ansible-dev.git /home/builds/src/ansible-dev
run: git clone https://gitea.thezengarden.net/podman/ansible-dev.git
- name: Change to repo dir
run: cd ansible-dev
- name: Where are we?
run: pwd
- name: Build Fedora 39 Docker Image
run: docker build --no-cache -f build/Containerfile.fedora39 -t gitea.thezengarden.net/podman/ansible-dev/fedora39 .