Skip to content

chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.3.13 #12766

chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.3.13

chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v10.3.13 #12766

Workflow file for this run

name: Devcontainer
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- ready_for_review
permissions:
contents: read
jobs:
devcontainer-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft != true
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Build and run dev container task
uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f # v0.3.1900000348
with:
runCmd: pnpm build