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 e6e499a commit 484e7eaCopy full SHA for 484e7ea
.github/workflows/build.yaml
@@ -8,6 +8,12 @@ jobs:
8
contents: read
9
packages: write
10
steps:
11
+ - name: Log in to the Container registry
12
+ uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
13
+ with:
14
+ registry: ghcr.io/treebeardtech/dev-images
15
+ username: ${{ github.actor }}
16
+ password: ${{ secrets.GITHUB_TOKEN }}
17
- uses: actions/checkout@v2
18
- run: npm install -g @devcontainers/[email protected]
19
- run: |
0 commit comments