We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent92ba117 commitfa64a2dCopy full SHA for fa64a2d
.github/workflows/build-stubbornjava-web.yml
@@ -75,12 +75,13 @@ jobs:
75
SONAR_TOKEN:${{ secrets.SONAR_TOKEN }}
76
run:./gradlew build sonarqube --no-daemon --info
77
78
- -name:Login to GitHub Container Registry
+# This should be switched to use ${{ github.actor }} and ${{ secrets.GITHUB_TOKEN }}
79
+ -name:Login to GitHub Container Registry (ghcr.io)
80
uses:docker/login-action@v1
81
with:
82
registry:ghcr.io
-username:${{ github.actor }}
83
-password:${{ secrets.GITHUB_TOKEN }}
+username:stubbornjava-ops
84
+password:${{ secrets.SJ_OPS_GH_ACTION_CONTAINER_REGISTRY }}
85
86
-name:Branch name
87
if:github.repository == 'StubbornJava/StubbornJava'