We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237e829 commit c8454fcCopy full SHA for c8454fc
1 file changed
.github/workflows/release.yml
@@ -29,12 +29,16 @@ jobs:
29
- name: Set up Docker Buildx
30
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
31
32
+ - name: Log in to the GitHub Container registry
33
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
34
+ with:
35
+ registry: ghcr.io
36
+ username: 1gtm
37
+ password: ${{ secrets.LGTM_GITHUB_TOKEN }}
38
+
39
- name: Publish to GitHub Container Registry
40
env:
41
REGISTRY: ghcr.io/stashed
- DOCKER_TOKEN: ${{ secrets.LGTM_GITHUB_TOKEN }}
- USERNAME: 1gtm
42
APPSCODE_ENV: prod
43
run: |
- docker login ghcr.io --username ${USERNAME} --password ${DOCKER_TOKEN}
44
make release
0 commit comments