Skip to content

Commit

Permalink
fix: docker build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Jun 3, 2023
1 parent 6c4b238 commit 02a7471
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- 'main'
tags:
- '*'
release:
types:
- published

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 02a7471

Please sign in to comment.