We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbe08e1 + c6ce7f9 commit f467504Copy full SHA for f467504
1 file changed
.github/workflows/build.yaml
@@ -46,7 +46,7 @@ jobs:
46
uses: docker/login-action@v3
47
with:
48
username: ${{ vars.DOCKERHUB_USERNAME }}
49
- password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN_READ_WRITE }}
+ password: ${{ secrets.DOCKERHUB_PUSH_TOKEN }}
50
51
- name: Build and push by digest
52
id: build
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
- name: Extract version from tag
102
id: version
0 commit comments