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 4cd07ce commit aa16d10Copy full SHA for aa16d10
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Login container registries
38
run: |
39
- echo '${{ secrets.CR_PAT }}' | docker login ghcr.io -u shenxianpeng --password-stdin
+ echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
40
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login -u '${{ secrets.DOCKER_USERNAME }}' --password-stdin
41
42
- name: Check buildx bake
0 commit comments