From 3d8665439a8855dc3a88693e8a7a4e6ef57d66ea Mon Sep 17 00:00:00 2001 From: frikky Date: Mon, 25 Jul 2022 12:54:44 +0200 Subject: [PATCH] Added nightly push script to run post workflow manually --- .github/push_nightly.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/push_nightly.sh diff --git a/.github/push_nightly.sh b/.github/push_nightly.sh new file mode 100644 index 00000000..bdd96960 --- /dev/null +++ b/.github/push_nightly.sh @@ -0,0 +1,5 @@ +# 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