diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28dd7f8..b113e8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "6.0.0", - "actions/build-and-push-helm": "1.0.0", + "actions/build-and-push-helm": "1.0.1", "actions/helm-lint": "1.0.0", "actions/eslint": "1.0.0", "actions/push-docker": "1.0.0", diff --git a/actions/build-and-push-helm/CHANGELOG.md b/actions/build-and-push-helm/CHANGELOG.md index 28e98a5..51fc975 100644 --- a/actions/build-and-push-helm/CHANGELOG.md +++ b/actions/build-and-push-helm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/shared-workflows/compare/build-and-push-helm-v1.0.0...build-and-push-helm-v1.0.1) (2025-04-22) + + +### 📝 Documentation + +* change tags to sha ([#61](https://github.com/MapColonies/shared-workflows/issues/61)) ([1fc958d](https://github.com/MapColonies/shared-workflows/commit/1fc958d115218f9a928c489b085a806fd1fd6330)) + ## 1.0.0 (2025-04-22) diff --git a/actions/build-and-push-helm/README.md b/actions/build-and-push-helm/README.md index 725e9a6..4ae7ba4 100644 --- a/actions/build-and-push-helm/README.md +++ b/actions/build-and-push-helm/README.md @@ -24,14 +24,14 @@ This GitHub Action packages a Helm chart and pushes it to a Azure Container Regi ```yaml - name: Artifactory Login - uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.0 + uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.1 with: registry: ${{ secrets.ACR_URL }} username: ${{ secrets.ACR_PUSH_USER }} password: ${{ secrets.ACR_PUSH_TOKEN }} - name: Build and Push Helm Chart - uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.0 + uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.1 with: context: ./infra/monitoring domain: infra