Skip to content

Commit

Permalink
Fix workflows trigger events (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiJeTi authored Jun 16, 2024
1 parent bec4c8b commit c9b061c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
with:
file: ${{ env.DOCKERFILE }}
context: .
tags: ${{ env.IMAGE }}:${{ github.events.input.version }}
tags: ${{ env.IMAGE }}:${{ inputs.version }}
push: true
2 changes: 0 additions & 2 deletions .github/workflows/build_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: 'Build service'

on:
push:
branches:
- 'main'
tags:
- 'v*.*.*'

Expand Down

0 comments on commit c9b061c

Please sign in to comment.