We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa42d4 commit d1a0abfCopy full SHA for d1a0abf
.github/workflows/build.yaml
@@ -54,6 +54,7 @@ jobs:
54
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
55
with:
56
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
57
+ - run: npm install -g @devcontainers/[email protected]
58
- name: Build image
59
run: |
60
devcontainer build \
0 commit comments