Skip to content

Commit 83e0a9a

Browse files
committed
don't release helm until the images are available
1 parent 7322e24 commit 83e0a9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tag.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
fi
5454
make build-${{ matrix.image }}
5555
push-helm-chart:
56+
needs:
57+
- push-images
5658
runs-on: ubuntu-latest
5759
permissions:
5860
contents: read
@@ -81,7 +83,8 @@ jobs:
8183
# Only run release after images and helm chart are pushed
8284
# In the future we can take the chart from the helm action,
8385
# and build the CLI beforehand.
84-
needs: [push-images, push-helm-chart]
86+
needs:
87+
- push-helm-chart
8588
runs-on: ubuntu-latest
8689
permissions:
8790
contents: write

0 commit comments

Comments
 (0)