Skip to content

Commit ee4d75a

Browse files
.
1 parent 5b8e3c7 commit ee4d75a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ jobs:
99
packages: write
1010
id-token: write
1111
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 }}
12+
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
1813
- uses: actions/checkout@v2
1914
- run: npm install -g @devcontainers/[email protected]
2015
- run: |

0 commit comments

Comments
 (0)