Skip to content

Commit 484e7ea

Browse files
.
1 parent e6e499a commit 484e7ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ jobs:
88
contents: read
99
packages: write
1010
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 }}
1117
- uses: actions/checkout@v2
1218
- run: npm install -g @devcontainers/[email protected]
1319
- run: |

0 commit comments

Comments
 (0)