Skip to content

Commit

Permalink
feat(ci): add timeout on build steps
Browse files Browse the repository at this point in the history
DEVOPS-77
  • Loading branch information
remdub committed Jul 1, 2024
1 parent 5e0af5b commit 097f5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
username: ${{ secrets.TELESERVICES_HARBOR_USERNAME }}
password: ${{ secrets.TELESERVICES_HARBOR_PASSWORD }}
- name: Build
timeout-minutes: 15
uses: docker/[email protected]
with:
context: teleservices
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
username: ${{ secrets.TELESERVICES_HARBOR_USERNAME }}
password: ${{ secrets.TELESERVICES_HARBOR_PASSWORD }}
- name: Build push image to registry
timeout-minutes: 15
uses: docker/[email protected]
with:
context: teleservices
Expand All @@ -46,6 +47,7 @@ jobs:
build-args: |
DEBIAN_VERSION=${{ env.DEBIAN_VERSION }}
- name: Build push test image to registry
timeout-minutes: 15
uses: docker/[email protected]
with:
context: teleservices
Expand Down

0 comments on commit 097f5d1

Please sign in to comment.