Fix workflow when pushing artifact to Dockerhub

This commit is contained in:
Daniel Carrillo 2021-11-12 19:01:19 +01:00
parent 255660374f
commit 7d2209d390
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ jobs:
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
- name: Deploy image
run: make docker-build VERSION=$RELEASE_VERSION
run: make docker-push VERSION=$RELEASE_VERSION