Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Only build docker images when release published
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed Mar 6, 2024
1 parent ec77305 commit f9bdfed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- "master"
release:
types:
- "published"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit f9bdfed

Please sign in to comment.