Skip to content

build docker images by buildx bake #50

build docker images by buildx bake

build docker images by buildx bake #50

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-ble-server/.github/workflows/build.yaml@dev-bake

Check failure on line 15 in .github/workflows/push_action.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push_action.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/push_action.yaml" -> "cmu-cabot/cabot-ble-server/.github/workflows/build.yaml@dev-bake" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
target: cabot-app-server
secrets:
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}