workflow: fix missing space

The workflow is not valid. .github/workflows/publish_to_dockerhub.yml (Line: 68, Col: 11): Unexpected value 'HUB_TAG:latest'
This commit is contained in:
Roman Khimov 2021-04-30 17:33:32 +03:00 committed by Roman Khimov
parent 6301a2c6b8
commit 59f5f2da10

View file

@ -65,7 +65,7 @@ jobs:
if: ${{ github.event_name == 'release' && github.event.release.target_commitish == 'master' }}
run: make image
env:
HUB_TAG:latest
HUB_TAG: latest
- name: Login to DockerHub
uses: docker/login-action@v1