Skip to content

Commit

Permalink
Fix Sentry DSN for GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-C committed Jun 4, 2023
1 parent 9c14bcc commit 387e7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build GUI image
run: docker build jarm_online_gui/ -t jarm_online_gui
run: docker build jarm_online_gui/ --build-arg VUE_APP_SENTRY_DSN=${VUE_APP_SENTRY_DSN} -t jarm_online_gui
- name: Build API image
run: docker build . -t jarm_online_api
- name: Login to Docker Hub
Expand Down

0 comments on commit 387e7bf

Please sign in to comment.