Skip to content

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.30 → v3.4.31 ) #77

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

deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.30 → v3.4.31 ) #77

---
# 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@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31
secrets: inherit
with:
image: "ghcr.io/mirceanton/kubectl-switch-devcontainer"
platforms: linux/amd64
tags: test
context: ./.devcontainer
dockerfile: ./.devcontainer/Dockerfile
dry-run: true