Skip to content

Commit

Permalink
ci: use internal worker for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Jun 28, 2024
1 parent fa87644 commit 21999c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
goreleaser:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest
runs-on: ubuntu-latest-kong
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,8 +34,8 @@ jobs:
path: dist/*

build-push-images:
timeout-minutes: 30
runs-on: ubuntu-latest
timeout-minutes: 120
runs-on: ubuntu-latest-kong
steps:
- name: Add standard tags
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
flavor: |
latest=${{ startsWith(github.ref, 'refs/tags/v1') }}
- name: Build and push
timeout-minutes: 25
timeout-minutes: 120
id: docker_build
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 21999c1

Please sign in to comment.