Skip to content

Commit

Permalink
feat: repository tagging on dispatch from the emain repo[3]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 11, 2024
1 parent 06b1ce2 commit d379f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Create tag
run: |
git tag -a v${{ github.event.client_payload.tag }}
git tag v${{ github.event.client_payload.version }}
git push --tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
tags:
- "v*"
paths-ignore:
- '.github/workflows/build-containers.yml'
pull_request:
paths-ignore:
- '.github/workflows/build-containers.yml'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit d379f6e

Please sign in to comment.