Skip to content

Commit

Permalink
feat: update extra labels on container
Browse files Browse the repository at this point in the history
  • Loading branch information
vickenliu committed Oct 11, 2024
1 parent 5c70281 commit a9cc60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
helm package .
CHART_NAME=$( grep 'name:' Chart.yaml | tail -n 1)
CHART_NAME=${CHART_NAME//*name: /}
az acr helm push -n ${{ secrets.HELM_REGISTRY }} ${CHART_NAME}-1.3.0-extralabels.tgz
az acr helm push -n ${{ secrets.HELM_REGISTRY }} ${CHART_NAME}-1.3.1-extralabels.tgz
# - name: Create a GitHub release
# uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ version: 1.3.1-extralabels
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.1"
appVersion: "0.0.2"

0 comments on commit a9cc60a

Please sign in to comment.