Skip to content

Commit df16cb1

Browse files
committed
chore(ci): bump to
release-helm-chart.yaml@c0df829cbad57268497db8cfb6174419f925b283
1 parent ab42095 commit df16cb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs.detect.outputs.skip == 'false' &&
6363
needs.build-image.result == 'success' &&
6464
(needs.e2e.result == 'success' || needs.e2e.result == 'skipped')
65-
uses: upcloud-tools/gha-actions/.github/workflows/release-container.yaml@10904798a65e26c2fa67df45717698aec8b9e5ef
65+
uses: upcloud-tools/gha-actions/.github/workflows/release-container.yaml@c0df829cbad57268497db8cfb6174419f925b283
6666
with:
6767
app_version: ${{ needs.detect.outputs.app_version }}
6868
secrets: inherit

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
release-helm:
4848
needs: [detect, e2e]
4949
if: ${{ always() && needs.detect.outputs.skip == 'false' && (needs.e2e.result == 'success' || needs.e2e.result == 'skipped') }}
50-
uses: upcloud-tools/gha-actions/.github/workflows/release-helm-chart.yaml@10904798a65e26c2fa67df45717698aec8b9e5ef
50+
uses: upcloud-tools/gha-actions/.github/workflows/release-helm-chart.yaml@c0df829cbad57268497db8cfb6174419f925b283
5151
with:
5252
chart_version: ${{ needs.detect.outputs.chart_version }}
5353
secrets: inherit

0 commit comments

Comments
 (0)