fix:
Some checks failed
Build and Push Docker Image / build (push) Failing after 25s

This commit is contained in:
2026-02-18 20:00:44 +01:00
parent 7c8495d8d4
commit 3ba38e6595

View File

@@ -18,6 +18,9 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Install buildah
run: sudo apt-get -y update && sudo apt-get -y install buildah
- name: Buildah Build
env:
BRANCH_NAME: ${{ github.ref_name }}
@@ -26,7 +29,7 @@ jobs:
with:
containerfiles: "Dockerfile"
iamge: git.kocoder.xyz/kocoded/vt-be
tags: ${{ github.ref_name }} latest
tags: "v0 latest"
- name: Push Docker Images
env: