Skip to content

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

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

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

---
# 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@8777ec5c7d194503513a673838240da05899679b
secrets: inherit
with:
image: "ghcr.io/${{ github.repository }}-devcontainer"
platforms: linux/amd64
tags: test
context: ./.devcontainer
dockerfile: ./.devcontainer/Dockerfile
dry-run: true