Skip to content

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.21 → v3.4.24 ) #8

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.21 → v3.4.24 )

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.21 → v3.4.24 ) #8

---
# 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/reusable-docker-build-push.yaml@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
secrets: inherit
with:
image: "ghcr.io/${{ github.repository }}-devcontainer"
platforms: linux/amd64
tags: test
context: ./.devcontainer
dockerfile: ./.devcontainer/Dockerfile
dry-run: true