forked from TrueCloudLab/frostfs-http-gw
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:
parent
6301a2c6b8
commit
59f5f2da10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish_to_dockerhub.yml
vendored
2
.github/workflows/publish_to_dockerhub.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue