Make helm releaser more robust

This commit is contained in:
Martin Šalata
2021-04-02 23:44:16 +02:00
parent c80ce5e9a6
commit 49a95747e6
2 changed files with 16 additions and 2 deletions

View File

@@ -19,11 +19,11 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: make image
- name: Build and push docker images (make image)
run: make image
env:
DOCKER_USER: '${{ secrets.DOCKER_USER }}'
DOCKER_TOKEN: '${{ secrets.DOCKER_TOKEN }}'
- name: make docker-logout
- name: Logout from dockerhub (make docker-logout)
run: make docker-logout