Runner with almalinux
Build and push Almalinux 9 container images / Build almalinux9 container images (micro, 9.5) (push) Waiting to run Details
Build and push Almalinux 9 container images / Build latest almalinux9 container images (push) Blocked by required conditions Details
Build and push Almalinux 8 container images / Build almalinux8 container images (default, 8.10) (push) Failing after 1m42s Details
Build and push Almalinux 8 container images / Build almalinux8 container images (micro, 8.10) (push) Failing after 1m19s Details
Build and push Almalinux 8 container images / Build latest almalinux8 container images (push) Has been skipped Details
Build and push Almalinux 9 container images / Build almalinux9 container images (default, 9.5) (push) Has been cancelled Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-16 03:14:19 +07:00
parent bc38ab13fd
commit 604ca1cfba
2 changed files with 22 additions and 14 deletions

View File

@ -8,18 +8,18 @@ on:
jobs: jobs:
build: build:
name: Build almalinux8 container images name: Build almalinux8 container images
runs-on: almalinux-latest runs-on: ubuntu-latest
# container: container:
# image: ghcr.io/catthehacker/ubuntu:act-latest image: quay.io/almalinuxorg/9-minimal:9.5
strategy: strategy:
matrix: matrix:
flavor: ["default", "micro"] flavor: ["default", "micro"]
version: ["8.10"] version: ["8.10"]
steps: steps:
- name: Setup buildah - name: Setup requirement
shell: bash shell: bash
run: | run: |
sudo apt -y install buildah microdnf -y install git buildah podman
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- if: ${{ matrix.flavor == 'default' }} - if: ${{ matrix.flavor == 'default' }}
@ -80,9 +80,13 @@ jobs:
runs-on: almalinux-latest runs-on: almalinux-latest
needs: needs:
- build - build
# container: container:
# image: ghcr.io/catthehacker/ubuntu:act-latest image: quay.io/almalinuxorg/9-minimal:9.5
steps: steps:
- name: Setup requirement
shell: bash
run: |
microdnf -y install git buildah podman
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build and push latest almalinux8-micro - name: Build and push latest almalinux8-micro

View File

@ -8,18 +8,18 @@ on:
jobs: jobs:
build: build:
name: Build almalinux9 container images name: Build almalinux9 container images
runs-on: almalinux-latest runs-on: ubuntu-latest
# container: container:
# image: ghcr.io/catthehacker/ubuntu:act-latest image: quay.io/almalinuxorg/9-minimal:9.5
strategy: strategy:
matrix: matrix:
flavor: ["default", "micro"] flavor: ["default", "micro"]
version: ["9.5"] version: ["9.5"]
steps: steps:
- name: Setup buildah - name: Setup requirement
shell: bash shell: bash
run: | run: |
sudo apt -y install buildah microdnf -y install git buildah podman
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- if: ${{ matrix.flavor == 'default' }} - if: ${{ matrix.flavor == 'default' }}
@ -80,9 +80,13 @@ jobs:
runs-on: almalinux-latest runs-on: almalinux-latest
needs: needs:
- build - build
# container: container:
# image: ghcr.io/catthehacker/ubuntu:act-latest image: quay.io/almalinuxorg/9-minimal:9.5
steps: steps:
- name: Setup requirement
shell: bash
run: |
microdnf -y install git buildah podman
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build and push latest almalinux9-micro - name: Build and push latest almalinux9-micro