Skip to content

Commit 3e9b764

Browse files
authored
Update shared actions to 0.1.7 (#330)
1 parent a557506 commit 3e9b764

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/workflows/shared-build-deploy.yaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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"
@@ -73,7 +82,7 @@ jobs:
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 }}
@@ -86,4 +95,4 @@ jobs:
8695

8796
needs:
8897
- publish-backend
89-
- publish-frontend
98+
- publish-frontend

0 commit comments

Comments
 (0)