Skip to content

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed #12

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed #12

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: DevContainer Docker Build
on:
workflow_dispatch: {}
pull_request:
paths:
- ".github/workflows/devcontainer-build.yaml"
- ".devcontainer/Dockerfile"
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/docker-release.yaml@27887d95da64ca89c8c03740e436a34238d6180d

Check failure on line 15 in .github/workflows/devcontainer-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/devcontainer-build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/devcontainer-build.yaml" -> "mirceanton/reusable-workflows/.github/workflows/docker-release.yaml@27887d95da64ca89c8c03740e436a34238d6180d" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
image: "ghcr.io/${{ github.repository }}-devcontainer"
platforms: linux/amd64
tags: test
context: ./.devcontainer
dockerfile: ./.devcontainer/Dockerfile
dry-run: true