Skip to content

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.7 → v3.4.10 ) #27

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

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.7 → v3.4.10 ) #27

---
# 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@06bc8d863836c456d28d2947a1a29c25c6df9bf2 # v3.4.8
secrets: inherit
with:
image: "ghcr.io/mirceanton/kube-switcher-devcontainer"
platforms: linux/amd64
tags: test
context: ./.devcontainer
dockerfile: ./.devcontainer/Dockerfile
dry-run: true