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 caa1fd6 commit 96af1aaCopy full SHA for 96af1aa
.github/workflows/docker.yml
@@ -10,6 +10,8 @@ jobs:
10
uses: actions/checkout@v2
11
- name: Build Docker image
12
env:
13
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
14
+ 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