Skip to content

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

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

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

---
# 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@ad68966d90780c09542180ea2f598d0befc6990f

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@ad68966d90780c09542180ea2f598d0befc6990f" : 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