Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
Add workflow_dispatch, primarily for testing the docker build (normally it should only be run when a release is built)
  • Loading branch information
cdot authored Oct 14, 2023
1 parent e8c9a62 commit 3b4d2fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Docker build of master

# Run docker workflow whenever a new release is created

on:
release:
types: [published]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
# Container registry domain (Github packages)
REGISTRY: ghcr.io
Expand Down

0 comments on commit 3b4d2fa

Please sign in to comment.