Skip to content

Commit

Permalink
Trigger workflow on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ullgren committed Jul 13, 2024
1 parent b784d7a commit 8491cfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
tags:
- 'v*'

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build:
Expand Down

0 comments on commit 8491cfe

Please sign in to comment.