File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1717 # black: true
1818
1919 publish-backend :
20- uses : pennlabs/shared-actions/.github/workflows/docker-publish.yaml@v0.1
20+ uses : pennlabs/shared-actions/.github/workflows/docker-publish.yaml@v0.1.7
2121 with :
2222 # Inputs
2323 imageName : " office-hours-queue-backend"
@@ -43,13 +43,22 @@ jobs:
4343
4444 frontend-check :
4545 name : " Frontend Check"
46- uses : pennlabs/shared-actions/.github/workflows/react-check .yaml@v0.1.1
46+ uses : pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.7
4747 with :
4848 path : frontend
4949 nodeVersion : 18.0.0
50+ skipReactPublish : true
51+ imageName : ' office-hours-queue-frontend'
52+ githubRef : ${{ github.ref }}
53+ gitSha : ${{ github.sha }}
54+ skipCodeCov : true
55+
56+ secrets :
57+ DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
58+ DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
5059
5160 publish-frontend :
52- uses : pennlabs/shared-actions/.github/workflows/docker-publish.yaml@v0.1
61+ uses : pennlabs/shared-actions/.github/workflows/docker-publish.yaml@v0.1.7
5362 with :
5463 # Inputs
5564 imageName : " office-hours-queue-frontend"
7382
7483 deploy :
7584 name : " Deploy"
76- uses : pennlabs/shared-actions/.github/workflows/deployment.yaml@v0.1.3-patch.1
85+ uses : pennlabs/shared-actions/.github/workflows/deployment.yaml@v0.1.7
7786
7887 with :
7988 githubRef : ${{ github.ref }}
8695
8796 needs :
8897 - publish-backend
89- - publish-frontend
98+ - publish-frontend
You can’t perform that action at this time.
0 commit comments