Skip to content

Commit 83bfa22

Browse files
committed
Publish a package tagged latest.
Each push/merge to master will now trigger package build and publish action. The published package will be tagged `latest`.
1 parent b17ab28 commit 83bfa22

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Publish Docker image
22
on:
33
release:
44
types: [published]
5+
push:
6+
branches:
7+
- master
58
jobs:
69
push_to_registry:
710
name: Push Docker image to GitHub Packages

0 commit comments

Comments
 (0)