This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Update mcr.microsoft.com/vscode/devcontainers/typescript-node Docker tag to v22 #43
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
| name: Build discovery container | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Build discovery container | |
| run: make diskmaker-docker-build |