This commit is contained in:
Sander Saares 2019-12-15 13:30:40 +00:00
parent c7a7fe517b
commit e5127dd413
3 changed files with 10 additions and 11 deletions

View file

@ -13,9 +13,9 @@ jobs:
VERSIONSTRING: ${{ steps.make_version_string.outputs.versionstring }}
with:
path: Constants.cs
# - name: Publish to Registry
# uses: elgohr/Publish-Docker-Github-Action@master
# with:
# name: sandersaares/test123
# username: sandersaares
# password: ${{ secrets.docker_hub_token }}
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: sandersaares/test123
username: sandersaares
password: ${{ secrets.docker_hub_token }}