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 488ecb1 commit 80911bdCopy full SHA for 80911bd
.github/workflows/docker.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Build Docker image
12
env:
13
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
14
- DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
15
OPENGROK_REPO_SLUG: ${{ github.repository }}
16
OPENGROK_PULL_REQUEST: ${{ github.head_ref }}
17
OPENGROK_REF: ${{ github.ref }}
0 commit comments