Skip to content

Commit

Permalink
Fix publish github action on docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
alban authored and yonghong-song committed Jul 6, 2021
1 parent 6b70119 commit 4e8e8c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
else
echo "Custom docker credentials not, skipping"
fi
env:
DOCKER_IMAGE: ${{ secrets.DOCKER_IMAGE }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

- name: Build container image and publish to registry
id: publish-registry
Expand Down

0 comments on commit 4e8e8c6

Please sign in to comment.