ci: test docker build with build args
Build Chatwoot / build (push) Failing after 7s

This commit is contained in:
2026-07-23 19:19:38 +00:00
parent c1614b52ef
commit a81e34915c
+7 -9
View File
@@ -10,17 +10,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Debug Docker
run: |
whoami
docker --version
docker ps
ls -la /var/run/docker.sock
- name: Checkout
run: git clone --depth 1 https://github.com/chatwoot/chatwoot.git /source
- name: Build
- name: Build image
run: |
cd /source
docker build -t gitea.lealcyber.com/akadmin/chatwoot:test .
docker build -t gitea.lealcyber.com/akadmin/chatwoot:test --build-arg RAILS_ENV=production --build-arg BUNDLE_WITHOUT='development:test:enterprise' .
- name: Push
run: |
docker tag gitea.lealcyber.com/akadmin/chatwoot:test gitea.lealcyber.com/akadmin/chatwoot:latest
echo "Push skipped until registry auth works"