Skip to content

Commit

Permalink
fix(ci): job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Oct 2, 2023
1 parent 96481b5 commit c3bb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build and push - pre-release - slim
uses: docker/build-push-action@v3
timeout-minutes: 60
timeout-minutes: 180
if: ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
with:
context: .
Expand Down

0 comments on commit c3bb976

Please sign in to comment.