Skip to content

Commit

Permalink
tweaks (#26)
Browse files Browse the repository at this point in the history
* tweaks

* action upgrade
  • Loading branch information
f2calv authored Jan 12, 2024
1 parent 857ca03 commit 1e3f8eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ jobs:
echo "HELM_VERSION_TO_INSTALL=$HELM_VERSION_TO_INSTALL" >> $GITHUB_ENV
echo $HELM_VERSION_TO_INSTALL
- name: install helm
uses: azure/setup-helm@v3
- uses: azure/setup-helm@v3
with:
version: ${{ env.HELM_VERSION_TO_INSTALL }}

- name: helm registry login
run: |
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ${REGISTRY}/${CHART_REPOSITORY} --username ${{ github.repository_owner }} --password-stdin
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
if: false #not implemented/working yet
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
with:
fetch-depth: 0

- name: .NET 7.x SDK
uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: gitversion (1 of 3)
run: |
Expand Down

0 comments on commit 1e3f8eb

Please sign in to comment.