Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
Make release creation the condition for rebuilding docker. The previous trigger was never getting fired.
  • Loading branch information
cdot authored Oct 14, 2023
1 parent 4db844a commit e8c9a62
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Docker build of master

# Configure the "docker" workflow to run every time a change
# is pushed to "main"
# Run docker workflow whenever a new release is created

on:
push:
branches:
- "main"
release:
types: [published]

env:
# Container registry domain (Github packages)
Expand Down

0 comments on commit e8c9a62

Please sign in to comment.