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.
2 parents 67eb241 + 9563e1b commit 6a6b8d5Copy full SHA for 6a6b8d5
.github/workflows/docker-latest.yml
@@ -30,4 +30,4 @@ jobs:
30
tag: ${{ needs.get-version.outputs.version }}
31
secrets:
32
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
33
- docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
+ docker-password: ${{ secrets.DOCKERHUB_PAT }}
.github/workflows/docker-staging.yml
@@ -15,4 +15,4 @@ jobs:
15
tag: ${{ needs.compute-staging-version.outputs.version }}
16
17
18
0 commit comments