mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
Merge pull request #589 from webknjaz/patch-1
Use `GITHUB_TOKEN` for publishing images to GHCR
This commit is contained in:
commit
e67b0c7845
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -28,9 +28,9 @@ jobs:
|
||||
.
|
||||
|
||||
- name: Docker login
|
||||
env:
|
||||
CR_PAT: ${{ secrets.CR_PAT }}
|
||||
run: docker login -u $GITHUB_ACTOR -p $CR_PAT ghcr.io
|
||||
run: >-
|
||||
echo "${{ secrets.GITHUB_TOKEN }}"
|
||||
| docker login -u "${{ github.actor }}" --password-stdin
|
||||
|
||||
- name: Push image to GitHub
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user