From 03122cca9ef193481e73f61e47aea149bf7b5224 Mon Sep 17 00:00:00 2001 From: Type-32 <87076491+Type-32@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:52:37 +0800 Subject: [PATCH] chore: updating docker image Signed-off-by: Type-32 <87076491+Type-32@users.noreply.github.com> --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ebd933e..538d4f1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -26,6 +26,6 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: type32/ultimate-frisbee:latest + tags: type32/ultimate-frisbee:nightly build-args: | NUXT_UI_PRO_LICENSE=${{ secrets.NUXT_UI_PRO_LICENSE }}