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 12, 2024
1 parent 082329f commit f636cba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trdl_publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: trdl-publish
on:
push:
branches:
- main
paths:
- trdl_channels.yaml
workflow_dispatch:

defaults:
run:
Expand Down
15 changes: 5 additions & 10 deletions .github/workflows/trdl_releaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: trdl-release
on:
create:

env:
PRIVATE_REPO_TOKEN: ${{ secrets.FOX_PRIVATE_TOKEN }}
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
workflow_dispatch:

permissions:
contents: write
Expand All @@ -12,14 +12,9 @@ jobs:
release:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
name: Perform deckhouse-cli release using trdl server
runs-on: [self-hosted, regular]
container:
image: ubuntu:22.04
runs-on: ubuntu-22.04
steps:
- name: Release
env:
PRIVATE_REPO_TOKEN: ${{ secrets.FOX_PRIVATE_TOKEN }}
BLABLA: blabla
uses: werf/trdl-vault-actions/release@main
with:
git-tag: ${{ github.event.ref }}
Expand Down

0 comments on commit f636cba

Please sign in to comment.