We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ef067 commit ba6e9aeCopy full SHA for ba6e9ae
.github/workflows/docker.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Update Helm values with new image tag
94
run: |
95
sed -i "s|repository: .*|repository: docker.io/${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}|g" ./helm/values.yaml
96
-
+ sed -i "s|tag: .*|tag: ${{ github.sha }}|g" ./helm/values.yaml
97
- name: Commit updated image tag
98
99
git config --local user.email "[email protected]"
0 commit comments