chore(deps): update googleapis digest to f3f3ae4 #40
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| paths: | |
| - .devcontainer/devcontainer.json | |
| - .github/workflows/devcontainer.yml | |
| - .github/Dockerfile | |
| permissions: | |
| contents: read | |
| packages: write | |
| name: devcontainer | |
| jobs: | |
| rebuild: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 | |
| - name: Login to GitHub Container Registry | |
| uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 | |
| with: | |
| registry: ghcr.io | |
| username: ${{ github.repository_owner }} | |
| password: ${{ secrets.GITHUB_TOKEN }} | |
| - name: Rebuild dev container image | |
| uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3 | |
| with: | |
| imageName: ghcr.io/grpc-ecosystem/grpc-gateway/build-env | |
| cacheFrom: ghcr.io/grpc-ecosystem/grpc-gateway/build-env | |
| push: filter | |
| refFilterForPush: refs/heads/main |