Skip to content

Commit 0a68fb3

Browse files
committed
Update devcontainer-smoketest.yaml
Adjust to add docker login.
1 parent 75356d3 commit 0a68fb3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/devcontainer-smoketest.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
with:
4141
submodules: true
4242

43+
- name: Log into GHCR
44+
uses: docker/login-action@v2
45+
with:
46+
registry: ghcr.io
47+
username: ${{ github.actor }}
48+
password: ${{ secrets.GITHUB_TOKEN }}
49+
4350
- name: Free Disk Space (Ubuntu)
4451
uses: jlumbroso/free-disk-space@main
4552
with:

0 commit comments

Comments
 (0)