Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

chore(deps): update docker.io/library/archlinux docker digest to a58fb33 #304

chore(deps): update docker.io/library/archlinux docker digest to a58fb33

chore(deps): update docker.io/library/archlinux docker digest to a58fb33 #304

name: container-pull-request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
include:
- containerfile: Containerfile-arch
image: "boombox-arch"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
id: build
uses: redhat-actions/buildah-build@v2.9
with:
image: ${{ matrix.image }}
tags: ${{github.event.number}}
oci: true
layers: true
containerfiles: ./${{ matrix.containerfile }}
extra-args: |
--squash