Rollback
Some checks failed
Build and Push Docker Image / build (push) Failing after 39s

This commit is contained in:
2026-02-18 20:51:25 +01:00
parent 8a1f8968e0
commit a75f4ab206

View File

@@ -7,8 +7,6 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: quay.io/buildah/stable:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -20,6 +18,9 @@ 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 }}