Skip to content

Update devcontainer

Update devcontainer #4

Workflow file for this run

on:
pull_request:
paths:
- .devcontainer/devcontainer.json
- .github/workflows/devcontainer.yml
permissions:
contents: read
packages: write
name: CI
jobs:
devcontainer:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/grpc-ecosystem/grpc-gateway/build-env
cacheFrom: ghcr.io/grpc-ecosystem/grpc-gateway/build-env
push: always
# push: filter
refFilterForPush: refs/heads/main