Skip to content

Commit 765abf9

Browse files
authored
fix: helm chart action tag (#9)
1 parent fc1106b commit 765abf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: mvn package -Dmaven.test.skip.exec=true -P docker-image -Djib.to.image=${REGISTRY}/backbase/${GITHUB_REPOSITORY##*/}:${{ inputs.version }}
8888

8989
- name: Create & Push Helm Chart
90-
uses: backbase/workflows/.github/actions/push-helm-chart@v0.1.0
90+
uses: backbase/workflows/.github/actions/push-helm-chart@main
9191

9292
- name: Configure Maven
9393
uses: backbase/workflows/.github/actions/maven-bump@v0.1.0

0 commit comments

Comments
 (0)