We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08654ca commit 15f9fddCopy full SHA for 15f9fdd
.github/workflows/dev-efiling-api-build.yaml
@@ -4,7 +4,7 @@ on:
4
schedule:
5
- cron: "0 0 * */3 *"
6
push:
7
- branches: [master]
+ branches: [artifactory]
8
paths:
9
- "src/backend/**"
10
- ".github/workflows/dev-efiling-api-build.yaml"
@@ -25,6 +25,8 @@ jobs:
25
password: ${{ secrets.EFILING_ARTIFACTORY_PASSWORD }}
26
27
- name: Build Image
28
+ env:
29
+ MVN_PROFILE: efiling-api,splunk
30
run: |
31
docker compose build efiling-api
32
docker tag jag-file-submission-efiling-api artifacts.developer.gov.bc.ca/efc7-efiling-api/efiling-api:dev
0 commit comments