Skip to content

Commit a52eae8

Browse files
committed
Push to GitHub container registry on a pushed tag.
1 parent 31a4c56 commit a52eae8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish Docker image
22
on:
3-
release:
4-
types: [published]
3+
push:
4+
tags:
5+
- 'v*'
56
jobs:
67
push_to_registry:
78
name: Push Docker image to GitHub Packages

0 commit comments

Comments
 (0)