Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 72d86a0

Browse files
committed
add docker build step to ensure no failure
1 parent a6c6b5d commit 72d86a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424

2525
- name: run oidc-debug.go
2626
run: go run cmd/oidc-debug.go -audience "https://github.com/github"
27+
28+
- name: docker build
29+
run: docker build -t actions-oidc-debugger .

0 commit comments

Comments
 (0)