diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e4c09c..9e205c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: with: ruby-version: '2.4.4' - name: Build the Docker image + env: + GATE_HOSTED_DOMAINS: ${{ secrets.GATE_HOSTED_DOMAINS }} run: | bundle install --without development bundle exec rake assets:precompile RAILS_ENV=production