Skip to content

Commit

Permalink
Push to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Jun 21, 2022
1 parent 8fc8f66 commit 7db35f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
tags: toska/labtool:test
tags: toska/labtool:staging
push: true
build-args: |
NODE_ENV=production
Expand All @@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./backend
tags: toska/labtool-backend:test
tags: toska/labtool-backend:staging
push: true
build-args: |
NODE_ENV=production

0 comments on commit 7db35f2

Please sign in to comment.