Skip to content

build(deps): bump github.com/osbuild/images from 0.108.0 to 0.109.0 in /bib in the go-deps group #2578

build(deps): bump github.com/osbuild/images from 0.108.0 to 0.109.0 in /bib in the go-deps group

build(deps): bump github.com/osbuild/images from 0.108.0 to 0.109.0 in /bib in the go-deps group #2578

Workflow file for this run

name: Build containers
on:
pull_request:
branches: [main]
# for merge queue
merge_group:
env:
IMAGE_NAME: ${{ github.repository }}
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build image
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
tags: "latest"
containerfiles: Containerfile