Skip to content

Commit d619f30

Browse files
authored
fix(release): use DOCKERHUB_PASSWORD secret name (#136)
## 🚀 What does this PR do? <!-- (REQUIRED) Start with what is being done here --> ## 🔍 Why? (Context) <!-- - (REQUIRED) Why may be MORE important than what. - Help your reviewer friend and explain the why and add some context about the change. --> ## Checklist <!-- this is here to help you REMEMBER to: --> - [ ] Update the Helm chart version and/or appVersion if those are changed - [ ] Updated docs/ or /README.md if needed ## 🧪 How this was tested? And test results <!-- - Remember to test on alpha, unless it does not apply (docs, workflows, etc.). - How can the reviewer test it? Commands, etc. - Also add test evidences if possible, showing it works. --> `Tested on alpha environment (or test not needed).` ## ⚠️ Special care or coordination needed? <!-- - Do we need to coordinate merge with other PRs? List them here. - Do we need to coordinate or add changes to external resources (F5, AWS, etc?) mention them here - Is it a risk operation that may cause service interruption? Do we need an implementation plan? --> `No special care needed.`
1 parent 73f4e5e commit d619f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3939
with:
4040
username: ${{ secrets.DOCKERHUB_USERNAME }}
41-
password: ${{ secrets.DOCKERHUB_TOKEN }}
41+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4242

4343
- name: Run GoReleaser
4444
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3

0 commit comments

Comments
 (0)