Skip to content

Commit

Permalink
Switch sentry DSN to secrets inside github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-C committed Jul 29, 2023
1 parent 6952c75 commit 4c7e562
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/ --build-arg VUE_APP_SENTRY_DSN=${VUE_APP_SENTRY_DSN} -t jarm_online_gui
run: docker build jarm_online_gui/ --build-arg VUE_APP_SENTRY_DSN=${{secrets.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 4c7e562

Please sign in to comment.