Skip to content

Commit ba6e9ae

Browse files
committed
Update Helm values to set Docker repository and image tag dynamically
1 parent 75ef067 commit ba6e9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Update Helm values with new image tag
9494
run: |
9595
sed -i "s|repository: .*|repository: docker.io/${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}|g" ./helm/values.yaml
96-
96+
sed -i "s|tag: .*|tag: ${{ github.sha }}|g" ./helm/values.yaml
9797
- name: Commit updated image tag
9898
run: |
9999
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)