Skip to content

Commit 9e9fcb8

Browse files
authored
troubleshoot release
1 parent a25d3ab commit 9e9fcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create release
3535
id: docker_build
3636
run: |
37-
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
37+
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u GitHubSecurityLab --password-stdin
3838
python release_tools/publish_docker.py release.txt main.py ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE_NAME }} ${{ github.event.inputs.release_tag }}
3939
DIGEST=$(cat /tmp/digest.txt)
4040
echo "digest=$DIGEST" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)