Skip to content

Commit 378f7dc

Browse files
authored
Update docker-image.yml
1 parent bd01b19 commit 378f7dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Build the Docker image
16+
env:
17+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
18+
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1619
run: |
1720
TAG=$(echo ${GITHUB_REF} | sed -e "s/refs\/tags\///g")
1821
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin

0 commit comments

Comments
 (0)