Fixed access right problems for app reloading

This commit is contained in:
frikky
2022-07-26 16:55:24 +02:00
parent 3d8665439a
commit 4c047e457c
5 changed files with 20 additions and 6 deletions
+4
View File
@@ -1,5 +1,9 @@
# This can be done in the dockerpush workflow itself
docker pull frikky/shuffle-backend:nightly
docker pull frikky/shuffle-frontend:nightly
docker tag frikky/shuffle-backend:nightly ghcr.io/frikky/shuffle-backend:nightly
docker tag frikky/shuffle-frontend:nightly ghcr.io/frikky/shuffle-frontend:nightly
docker push ghcr.io/frikky/shuffle-backend:nightly
docker push ghcr.io/frikky/shuffle-frontend:nightly