From 21d81cbb7e35abccb5aea85553d5ba3916222f35 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:52:27 +0200 Subject: [PATCH] Remove test- prefix in manually deployed versions --- .github/workflows/docker_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_dev.yml b/.github/workflows/docker_dev.yml index 5c507e327..49045d806 100644 --- a/.github/workflows/docker_dev.yml +++ b/.github/workflows/docker_dev.yml @@ -86,7 +86,7 @@ jobs: # generate Docker tags based on the following events/attributes tags: | type=ref,event=pr - type=raw,value=${{ github.event.inputs.tag }}, prefix=test-,enable=${{ github.event.inputs.tag != '' }} + type=raw,value=${{ github.event.inputs.tag }},enable=${{ github.event.inputs.tag != '' }} tpye=raw,value=dev,priority=1,enable=${{ github.event.inputs.tag == '' }} - name: Set up QEMU @@ -153,4 +153,4 @@ jobs: - name: Build next.js app # change this if your site requires a custom build command - run: yarn turbo build \ No newline at end of file + run: yarn turbo build