Skip to content

Commit

Permalink
fix: docker publish, hopefully?
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperiio committed Sep 24, 2024
1 parent d9d2a99 commit eb03af1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: build-docker-image

on:
release:
types: [published]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit eb03af1

Please sign in to comment.