Skip to content

Commit 82a31f6

Browse files
authored
add login to GHC
1 parent 2948348 commit 82a31f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-api-latent-image-cd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
buildkitd-config: /tmp/buildkitd.toml
2727
- name: Inject slug/short variables
2828
uses: rlespinasse/[email protected]
29+
- name: Login to GitHub Container Registry
30+
uses: docker/login-action@v3
31+
with:
32+
registry: ghcr.io
33+
username: ${{ github.actor }}
34+
password: ${{ secrets.GITHUB_TOKEN }}
2935
- name: Login to internal Container Registry
3036
uses: docker/login-action@v3
3137
with:

0 commit comments

Comments
 (0)