Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Aug 30, 2023
2 parents a176e21 + 1af09b1 commit e569bcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- name: 🔑 Login docker registry
run: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}

- name: Build client
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci --silent && npm run build --mode=staging

- name: 🐋 Build Docker image
run: docker build -t ${{ github.repository }} --build-arg MODE=production .

Expand Down

0 comments on commit e569bcd

Please sign in to comment.