Skip to content

Commit

Permalink
Fix the timeout option in Build and Deploy OCI Image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Dec 12, 2023
1 parent 3e9507f commit e187fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --skip-publish --timeout=${{ inputs.releaseTimeout }}
args: release --rm-dist --skip-publish --timeout=60

- name: List Build Artifacts
run: ls -laR ./dist
Expand Down

0 comments on commit e187fb8

Please sign in to comment.