Skip to content

Commit

Permalink
use updated frontend check
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Oct 5, 2024
1 parent 299c72f commit 379fa33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:

frontend-check-and-publish:
name: "Frontend Check and Publish"
uses: pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.3
uses: pennlabs/shared-actions/.github/workflows/react.yaml@e858b500d76e8e45523c64a0363a290f2aba3f4b
with:
imageName: penn-clubs-frontend
githubRef: ${{ github.ref }}
gitSha: ${{ github.sha }}
path: frontend
nodeVersion: 20.11.1
dockerfile: frontend/Dockerfile
skipCodecov: true
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 379fa33

Please sign in to comment.