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 4253d9a commit f34b73cCopy full SHA for f34b73c
.github/workflows/build-stubbornjava-web.yml
@@ -63,13 +63,12 @@ jobs:
63
- name: Build with Gradle
64
run: ./gradlew build --no-daemon
65
66
- # This should be switched to use ${{ github.actor }} and ${{ secrets.GITHUB_TOKEN }}
67
- - name: Login to GitHub Container Registry (ghcr.io)
+ - name: Login to GitHub Container Registry
68
uses: docker/login-action@v1
69
with:
70
registry: ghcr.io
71
- username: stubbornjava-ops
72
- password: ${{ secrets.SJ_OPS_GH_ACTION_CONTAINER_REGISTRY }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
73
74
- name: Branch name
75
if: github.repository == 'StubbornJava/StubbornJava'
0 commit comments