Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Denisenko <[email protected]>
  • Loading branch information
d2285 committed Dec 9, 2024
1 parent 9e9a48b commit bb42513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trdl_releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
release:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
name: Perform deckhouse-cli release using trdl server
runs-on: ubuntu-latest
runs-on: [self-hosted, regular]
container:
image: ubuntu:22.04
steps:
- name: Install dependency for linux-amd64 dist
env:
Expand Down

0 comments on commit bb42513

Please sign in to comment.