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 7f26f849ad - Show all commits

View File

@ -28,4 +28,7 @@ jobs:
tree tree
- name: Build Fedora 39 Docker Image - name: Build Fedora 39 Docker Image
run: cd ansible-dev && docker build --no-cache -f build/Containerfile.fedora39 -t gitea.thezengarden.net/podman/ansible-dev/fedora39 . run: |
cd ansible-dev
docker build --no-cache -f build/Containerfile.fedora39 -t gitea.thezengarden.net/podman/ansible-dev/fedora39:gitea-actions .
docker build --no-cache -f build/Containerfile.centos-stream9 -t gitea.thezengarden.net/podman/ansible-dev/centos9:gitea-actions .