Skip to content

chore(deps): update quay.io/fedora/fedora-bootc:44 docker digest to d876022 (main) #675

chore(deps): update quay.io/fedora/fedora-bootc:44 docker digest to d876022 (main)

chore(deps): update quay.io/fedora/fedora-bootc:44 docker digest to d876022 (main) #675

Workflow file for this run

permissions:
contents: read
packages: write
name: PR build test
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: PR build test
runs-on: ubuntu-latest
env:
IMAGE_NAME: framework-fedora-bootc
REGISTRY: ghcr.io/compphy
steps:
- name: Clone the repository
uses: actions/checkout@v6
# Based on https://github.com/orgs/community/discussions/25678
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Use buildah build to create the image
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
layers: True
containerfiles: |
./Containerfile