Compare commits
10 commits
develop
...
foss-gh-ac
Author | SHA1 | Date | |
---|---|---|---|
|
ce31454dc8 | ||
|
12a17da5c5 | ||
|
6761ae1da2 | ||
|
b780cac606 | ||
|
6f5fe2b7c0 | ||
|
109c71dc7d | ||
|
86891c3030 | ||
|
4be36c8f0b | ||
|
e34617941c | ||
|
74e10047d7 |
2 changed files with 4 additions and 2 deletions
4
.github/workflows/publish_foss_docker.yml
vendored
4
.github/workflows/publish_foss_docker.yml
vendored
|
@ -6,10 +6,12 @@
|
|||
|
||||
name: Publish Chatwoot CE docker images
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
- test
|
||||
tags:
|
||||
- v*
|
||||
workflow_dispatch:
|
||||
|
@ -59,5 +61,5 @@ jobs:
|
|||
context: .
|
||||
file: docker/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
push: false
|
||||
tags: ${{ env.DOCKER_TAG }}
|
||||
|
|
|
@ -46,7 +46,7 @@ RUN if [ "$RAILS_ENV" = "production" ]; then \
|
|||
fi
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
RUN yarn install --frozen-lockfile --network-timeout 1000000
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue