ffs
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m31s

This commit is contained in:
Christoph Haas 2026-02-05 23:10:52 +01:00
parent 22abf580d8
commit 2cc7bf827f

View file

@ -7,8 +7,11 @@ on:
branches: [main] branches: [main]
env: env:
REGISTRY_URL: registry.coolify1.workaround.org
# This creates: registry.coolify1.workaround.org/my-app:main-sha
CONTAINER_IMAGE: registry.coolify1.workaround.org/debshots:stage
RAILS_ENV: production RAILS_ENV: production
CONTAINER_IMAGE: ${{ secrets.REGISTRY_IMAGE }}:${{ github.ref_name }}-${{ github.sha }} #CONTAINER_IMAGE: ${{ secrets.REGISTRY_IMAGE }}:${{ github.ref_name }}-${{ github.sha }}
DOCKER_HOST: tcp://localhost:2375 DOCKER_HOST: tcp://localhost:2375
jobs: jobs:
@ -30,7 +33,7 @@ jobs:
- name: Build with Buildah - name: Build with Buildah
run: | run: |
# 'bud' stands for Build-Using-Docker-file # 'bud' stands for Build-Using-Dockerfile
buildah bud \ buildah bud \
--storage-driver vfs \ --storage-driver vfs \
-t "$CONTAINER_IMAGE" . -t "$CONTAINER_IMAGE" .