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