Skip to content

ci: Update workflows #36

ci: Update workflows

ci: Update workflows #36

---
# 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/[email protected]
secrets: inherit
with:
image: "ghcr.io/mirceanton/talhelper-devcontainer"
platforms: linux/amd64
tags: test
context: ./.devcontainer
dockerfile: ./.devcontainer/Dockerfile
dry-run: true