Skip to content

Commit

Permalink
Merge pull request #155 from tomquist/docker-tagging
Browse files Browse the repository at this point in the history
Update workflow to run on tags
  • Loading branch information
reserve85 authored Mar 1, 2024
2 parents b283694 + 47cf44b commit 449bd43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- "main"
create:
tags:
- "*"

env:
REGISTRY: ghcr.io

Expand Down

0 comments on commit 449bd43

Please sign in to comment.