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 1282053 commit b4259acCopy full SHA for b4259ac
.github/workflows/release.yml
@@ -14,8 +14,8 @@ jobs:
14
uses: docker/login-action@v2
15
with:
16
registry: ghcr.io
17
- username: matteodelabre
18
- password: ${{ secrets.CR_PAT }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
19
- name: Build and publish images
20
run: |
21
version="$(echo "${{ github.ref }}" | cut -d / -f 3)"
0 commit comments