File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
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.6
2121 with :
2222 # Inputs
2323 imageName : " office-hours-queue-backend"
@@ -43,13 +43,13 @@ 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-check.yaml@v0.1.6
4747 with :
4848 path : frontend
4949 nodeVersion : 18.0.0
5050
5151 publish-frontend :
52- uses : pennlabs/shared-actions/.github/workflows/docker-publish.yaml@v0.1
52+ uses : pennlabs/shared-actions/.github/workflows/docker-publish.yaml@v0.1.6
5353 with :
5454 # Inputs
5555 imageName : " office-hours-queue-frontend"
8686
8787 needs :
8888 - publish-backend
89- - publish-frontend
89+ - publish-frontend
You can’t perform that action at this time.
0 commit comments