Skip to content

Commit a6745e6

Browse files
committed
testing dockerhub oidc through login-action
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 934c903 commit a6745e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: docker/setup-buildx-action@v3
9595
-
9696
name: Login to registry
97-
uses: docker/login-action@v3
97+
uses: crazy-max/docker-login-action@dockerhub-oidc
9898
if: ${{ inputs.push }}
9999
with:
100100
registry: ${{ inputs.login-registry }}

0 commit comments

Comments
 (0)