Skip to content

fix(github-action): update mirceanton/reusable-workflows action ( v3.4.4 → v3.4.5 ) #41

fix(github-action): update mirceanton/reusable-workflows action ( v3.4.4 → v3.4.5 )

fix(github-action): update mirceanton/reusable-workflows action ( v3.4.4 → v3.4.5 ) #41

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