Skip to content

Commit

Permalink
s3proxy: commit image version on release, too (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed May 14, 2024
1 parent 93fcb51 commit 8e3cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
yq eval -i ".version = \"$WITHOUT_V\"" s3proxy/deploy/s3proxy/Chart.yaml
yq eval -i ".image = \"ghcr.io/edgelesssys/constellation/s3proxy:$VERSION\"" s3proxy/deploy/s3proxy/values.yaml
git add s3proxy/deploy/s3proxy/Chart.yaml
git add s3proxy/deploy/s3proxy/Chart.yaml s3proxy/deploy/s3proxy/values.yaml
- name: Commit
run: |
Expand Down

0 comments on commit 8e3cf5a

Please sign in to comment.