From 9f7b912536230697d8cae47a997150d9001530a2 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 1 Nov 2022 22:05:49 +0100 Subject: [PATCH] try with newlinw --- .github/workflows/trial.yml | 4 ++-- tags/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trial.yml b/.github/workflows/trial.yml index cc9e2a9..4a8c8b8 100644 --- a/.github/workflows/trial.yml +++ b/.github/workflows/trial.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: # schedule: - # - cron: 0 3 * * 1 + # - cron: "0 3 * * 1" # push: # tags: # - "v*.*.*" @@ -60,7 +60,7 @@ jobs: cupcakearmy/static ghcr.io/${{ github.repository }} tags: ${{ matrix.tags }} - sep-tags: "," + # sep-tags: "," - name: Build and push id: docker_build diff --git a/tags/index.js b/tags/index.js index 11ecb3f..48c6fc9 100644 --- a/tags/index.js +++ b/tags/index.js @@ -24,7 +24,7 @@ function convert(version, additional = []) { return { version, // https://github.com/docker/metadata-action#typeraw - tags: [version, ...additional].join(','), + tags: [version, ...additional].join('\n'), } }