CI: Use ubuntu-22.04-full
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run

This commit is contained in:
2026-02-18 20:24:37 +01:00
parent e914e5138d
commit a93dc25409

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-22.04-full
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -18,9 +18,6 @@ jobs:
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Install buildah
run: sudo apt-get -y update && sudo apt-get -y install buildah
- name: Buildah Build - name: Buildah Build
env: env:
BRANCH_NAME: ${{ github.ref_name }} BRANCH_NAME: ${{ github.ref_name }}