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 251abb8 commit 37cce37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-sheep-tickle.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/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.OWNER_TOKEN }}

- name: build and deploy image to ghcr.io
run: |
Expand Down
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]
types: [published, updated]

jobs:
deploy:
Expand Down

0 comments on commit 37cce37

Please sign in to comment.