Skip to content

Commit e187fb8

Browse files
committed
Fix the timeout option in Build and Deploy OCI Image workflow
1 parent 3e9507f commit e187fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/registry-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: goreleaser/goreleaser-action@v2
8282
with:
8383
version: latest
84-
args: release --rm-dist --skip-publish --timeout=${{ inputs.releaseTimeout }}
84+
args: release --rm-dist --skip-publish --timeout=60
8585

8686
- name: List Build Artifacts
8787
run: ls -laR ./dist

0 commit comments

Comments
 (0)