Skip to content

Commit

Permalink
Change order in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
moshemorad committed Dec 5, 2024
1 parent c2a2feb commit 260a6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ jobs:
name: helm-chart
path: helm/robusta/

- name: Upload helm chart
run: |
cd helm && ./upload_chart.sh
- name: Release Docker to Dockerhub
run: |-
docker buildx build \
Expand All @@ -118,3 +114,7 @@ jobs:
--tag robustadev/robusta-runner:${{env.RELEASE_VER}} \
--push \
.
- name: Upload helm chart
run: |
cd helm && ./upload_chart.sh

0 comments on commit 260a6e3

Please sign in to comment.