Revert ansible-core version due to CentOS 9; Need a solution for this...
Some checks failed
Docker Build Pipeline / Cleanup-Old-Artifacts (push) Successful in 0s
Docker Build Pipeline / Check-Environment (push) Successful in 0s
Docker Build Pipeline / Clone-Repo (push) Successful in 1s
Docker Build Pipeline / Build-Images (push) Failing after 1s
Docker Build Pipeline / Push-Images (push) Has been skipped
Docker Build Pipeline / Cleanup-Build-Images (push) Has been skipped
Docker Build Pipeline / Cleanup-Docker-Login (push) Has been skipped

This commit is contained in:
Chris Hammer 2025-01-15 15:28:15 -05:00
parent d4f960561e
commit b36db3b0bf
3 changed files with 8 additions and 2 deletions

View File

@ -19,6 +19,7 @@ jobs:
Check-Environment:
runs-on: self-hosted
needs: [Cleanup-Old-Artifacts]
defaults:
run:
working-directory: /home/builds/src
@ -36,6 +37,7 @@ jobs:
Clone-Repo:
runs-on: self-hosted
needs: [Check-Environment]
defaults:
run:
working-directory: /home/builds/src
@ -53,6 +55,7 @@ jobs:
Build-Images:
runs-on: self-hosted
needs: [Check-Environment, Clone-Repo]
defaults:
run:
working-directory: /home/builds/src/ansible-dev
@ -76,6 +79,7 @@ jobs:
Push-Images:
runs-on: self-hosted
needs: [Build-Images]
steps:
- name: Docker login
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login --username ${{ secrets.REGISTRY_USER }} --password-stdin ${{ vars.REGISTRY }}
@ -90,6 +94,7 @@ jobs:
Cleanup-Build-Images:
runs-on: self-hosted
needs: [Build-Images, Push-Images]
steps:
- name: Cleanup build images
run: |
@ -101,6 +106,7 @@ jobs:
Cleanup-Docker-Login:
runs-on: self-hosted
needs: [Push-Images]
steps:
- name: Cleanup Docker login
run: rm -v /home/builds/.docker/config.json

View File

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:41
LABEL maintainer="Chris Hammer (chris@thezengarden.net)"
RUN rm /etc/localtime \

View File

@ -1,2 +1,2 @@
ansible-core==2.16.14
ansible-core==2.15.13
ansible-lint==24.12.2