Skip to content

fix uses path

fix uses path #51

Workflow file for this run

name: Test Building Docker Image and Workspace
on:
push:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
build-app-server:
uses: cmu-cabot/cabot-app-server/.github/workflows/build.yaml@dev-bake
with:
target: cabot-app-server
secrets:
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}