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 }} 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 }}
@@ -26,7 +29,7 @@ jobs:
with: with:
containerfiles: "Dockerfile" containerfiles: "Dockerfile"
iamge: git.kocoder.xyz/kocoded/vt-be iamge: git.kocoder.xyz/kocoded/vt-be
tags: ${{ github.ref_name }} latest tags: "v0 latest"
- name: Push Docker Images - name: Push Docker Images
env: env: