This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user