Skip to content

Commit

Permalink
fix: update docker image trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarpovich committed Aug 21, 2022
1 parent 37cce37 commit 1f34050
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-insects-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'playlist-synchronizer': patch
---

Fix update docker image trigger
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Update docker image'

on:
registry_package:
types: [published, updated]
types: [published]

jobs:
deploy:
Expand Down

0 comments on commit 1f34050

Please sign in to comment.