Skip to content

build(deps): bump the go-deps group in /bib with 3 updates #1162

build(deps): bump the go-deps group in /bib with 3 updates

build(deps): bump the go-deps group in /bib with 3 updates #1162

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