Skip to content

Commit 96af1aa

Browse files
author
Vladimir Kotal
committed
pass Docker username/password
1 parent caa1fd6 commit 96af1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
uses: actions/checkout@v2
1111
- name: Build Docker image
1212
env:
13+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
14+
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1315
OPENGROK_REPO_SLUG: ${{ github.repository }}
1416
OPENGROK_PULL_REQUEST: ${{ github.head_ref }}
1517
OPENGROK_REF: ${{ github.ref }}

0 commit comments

Comments
 (0)