https://github.com/softonic/helm-push-action
https://github.com/softonic/helm-push-action
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softonic/helm-push-action
- Owner: softonic
- License: apache-2.0
- Created: 2022-04-29T14:25:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T15:54:48.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T07:43:44.624Z (about 1 year ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-push-action
This is a fork from
https://github.com/Goodsmileduck/helm-push-action
But we modifed the helm push command in entrypoint
## Build image commands
```sh
docker build . -t softonic/helm-push-action:v3.3.3-1
docker push softonic/helm-push-action:v3.3.3-1
```