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