Publish container to ghcr.io (#101)

This commit is contained in:
DG
2021-08-21 14:21:38 -04:00
committed by GitHub
parent b8325d72fc
commit e061b506d1
6 changed files with 54 additions and 27 deletions

View File

@@ -1,3 +1,3 @@
FROM davegallant/rfd-notify:0.2.0
FROM ghcr.io/davegallant/rfd-notify:latest
ENTRYPOINT ["/rfd-notify", "-c", "config.yaml"]