Skip to content

Commit

Permalink
clean up a few other names for rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dosullivan committed Jul 16, 2021
1 parent c1e01da commit b723bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM plugins/base:linux-amd64

LABEL maintainer="Daniel O'Sullivan <[email protected]>" \
org.label-schema.name="helm chart push" \
org.label-schema.name="Helm Repo Pusher" \
org.label-schema.vendor="LinkPool" \
org.label-schema.schema-version="1.0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: linkpoolio/helm-push-action@v3
- uses: linkpoolio/helm-repo-pusher@v3
env:
SOURCE_DIR: './incubator'
FORCE: 'True'
Expand Down

0 comments on commit b723bc8

Please sign in to comment.