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 d511dab commit 0ed0856Copy full SHA for 0ed0856
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Create release
35
id: docker_build
36
run: |
37
- echo ${{ secrets.PACKAGES_TOKEN }} | docker login ghcr.io -u GitHubSecurityLab --password-stdin
+ echo ${{ secrets.GHCR_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