mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-17 23:04:15 +01:00
Make helm releaser more robust
This commit is contained in:
4
.github/workflows/release-docker.yaml
vendored
4
.github/workflows/release-docker.yaml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user