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 3099f53 commit efdfe4eCopy full SHA for efdfe4e
1 file changed
.github/workflows/container.yml
@@ -25,8 +25,8 @@ jobs:
25
uses: wgtechlabs/container-build-flow-action@v1
26
with:
27
registry: both
28
- dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
29
- dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
+ dockerhub-username: ${{ secrets.DOCKER_HUB_USERNAME }}
+ dockerhub-token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
30
ghcr-token: ${{ secrets.GITHUB_TOKEN }}
31
platforms: linux/amd64,linux/arm64
32
trivy-severity: HIGH,CRITICAL
0 commit comments