Skip to content

Commit

Permalink
Merge pull request #145 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: ci/cd
  • Loading branch information
ychung-mot authored Apr 16, 2024
2 parents 655dbc8 + 408c16a commit 87e546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: echo "::set-output name=style_nonce::$(echo -n ${{ github.sha }} | base64)"

- name: Build Docker image
run: cd server && docker build -t strdss-frontend -f Dockerfile .
run: cd frontend && docker build -t strdss-frontend -f Dockerfile .

- name: Tag Docker image
run: docker tag strdss-frontend artifacts.developer.gov.bc.ca/sf4a-strdss/strdss-frontend:latest
Expand Down

0 comments on commit 87e546a

Please sign in to comment.