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 8d96765 commit 4129593Copy full SHA for 4129593
1 file changed
.github/workflows/docker.yml
@@ -103,6 +103,7 @@ jobs:
103
password: ${{ secrets.DOCKERHUB_TOKEN }}
104
-
105
name: Build and push
106
+ id: build-docker
107
if: github.event_name == 'push'
108
uses: docker/build-push-action@v6
109
with:
@@ -131,7 +132,7 @@ jobs:
131
132
#if: github.event == 'push' && github.ref == 'refs/heads/develop'
133
working-directory: ether-charts
134
run: |
- sed -i 's/tag: ".*"/tag: "${{ steps.meta.outputs.sha }}"/' values-dev.yaml
135
+ sed -i 's/tag: ".*"/tag: "${{ steps.build-docker.outputs.digest }}"/' values-dev.yaml
136
- name: Commit and push changes
137
138
0 commit comments