Skip to content

Commit efdfe4e

Browse files
committed
⚙️ setup: fix Docker Hub secrets naming in container build workflow
1 parent 3099f53 commit efdfe4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: wgtechlabs/container-build-flow-action@v1
2626
with:
2727
registry: both
28-
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
29-
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
28+
dockerhub-username: ${{ secrets.DOCKER_HUB_USERNAME }}
29+
dockerhub-token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
3030
ghcr-token: ${{ secrets.GITHUB_TOKEN }}
3131
platforms: linux/amd64,linux/arm64
3232
trivy-severity: HIGH,CRITICAL

0 commit comments

Comments
 (0)