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 a25d3ab commit 9e9fcb8Copy full SHA for 9e9fcb8
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Create release
35
id: docker_build
36
run: |
37
- echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
+ echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u GitHubSecurityLab --password-stdin
38
python release_tools/publish_docker.py release.txt main.py ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE_NAME }} ${{ github.event.inputs.release_tag }}
39
DIGEST=$(cat /tmp/digest.txt)
40
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
0 commit comments