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 8a20b4d + 28b8c54 commit 896e55aCopy full SHA for 896e55a
.github/workflows/build_container.yml
@@ -34,7 +34,7 @@ jobs:
34
registry_password: ${{ secrets.GITHUB_TOKEN }}
35
build_arch: linux/amd64,linux/arm64
36
docker_username: voxpupulibot
37
- docker_password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
+ docker_password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}
38
tags: |
39
ghcr.io/voxpupuli/commitlint:${{ steps.get_version.outputs.cl_version }}-${{ steps.set_tag.outputs.tag }}
40
ghcr.io/voxpupuli/commitlint:latest
@@ -45,5 +45,5 @@ jobs:
45
uses: peter-evans/dockerhub-description@v4
46
with:
47
username: voxpupulibot
48
- password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
+ password: ${{ secrets.DOCKERHUB_BOT_ADMIN_TOKEN }}
49
repository: voxpupuli/commitlint
0 commit comments