Skip to content

Commit

Permalink
ci: increase timeout for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Mar 21, 2024
1 parent 598660a commit 920cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: dist/*

build-push-images:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Add standard tags
Expand Down

0 comments on commit 920cf1d

Please sign in to comment.