Skip to content

Commit 9ce6a2b

Browse files
committed
rewrite release workflow
1 parent ee4a106 commit 9ce6a2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build container and chart
1+
name: pull-request container and chart
22

33
env:
44
IMAGE_PLATFORMS: linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build container and chart
1+
name: Release container and chart
22

33
env:
44
IMAGE_PLATFORMS: linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
@@ -140,5 +140,6 @@ jobs:
140140
cp -f out/index.yaml helm-charts/index.yaml
141141
142142
cd helm-charts
143+
git status
143144
git push
144145
cat index.yaml

0 commit comments

Comments
 (0)