Skip to content

Commit

Permalink
timeout-minutes: 1440
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Nov 23, 2024
1 parent f7fd440 commit fa1215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
release-backend:
needs: [test]
runs-on: ubuntu-latest
timeout-minutes: 1440
strategy:
matrix:
architecture:
Expand Down Expand Up @@ -81,7 +82,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
timeout-minutes: 1440
with:
push: true
build-args: CODERBOT_VERSION=${{github.ref_name}}-${{github.sha}}
Expand Down

0 comments on commit fa1215b

Please sign in to comment.