use buildahi-latest

This commit is contained in:
Sebastian Hugentobler 2023-12-12 19:56:18 +01:00
parent 9f40c0a09c
commit c8fc877cf3
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,7 +2,7 @@ name: Build Container Image
on: [push]
jobs:
build-container:
runs-on: buildah
runs-on: buildah-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3