Skip to content

Commit

Permalink
fix(ci): change docker release trigger to run on creation and push of…
Browse files Browse the repository at this point in the history
  • Loading branch information
kstruempf committed Nov 25, 2021
1 parent 182fecf commit 283073e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Release Docker Images

on:
create:
tags:
- 'v*'
push:
tags:
- 'v*'

jobs:
github-container-registry:
Expand Down

0 comments on commit 283073e

Please sign in to comment.