Skip to content

Commit

Permalink
fixed type on package action
Browse files Browse the repository at this point in the history
  • Loading branch information
jgz committed Sep 26, 2021
1 parent 74d5317 commit b6b7d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
TMPDIR=/tmp/helm-package/$NAME
mkdir -p $TMPDIR
mkdir -p charts/$NAME
cp -r ../chart/* $TMPDIR
cp -r chart/* $TMPDIR
helm package $TMPDIR -d charts/$NAME
Expand Down

0 comments on commit b6b7d2f

Please sign in to comment.