From 1bd24e9b0199b387e27e718387c402d64b0a43a2 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sun, 2 Feb 2025 15:22:16 +0800 Subject: [PATCH] ci: syntax error [skip ci] --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 01c6d056..9a0cde0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -85,6 +85,6 @@ jobs: context: boot platforms: linux/amd64,linux/arm64 push: true - tags: - - ${{ vars.DOCKERHUB_USERNAME }}/memshell-party:latest - - ghcr.io/${{ github.repository_owner }}/memshell-party:latest \ No newline at end of file + tags: | + ${{ vars.DOCKERHUB_USERNAME }}/memshell-party:latest + ghcr.io/${{ github.repository_owner }}/memshell-party:latest \ No newline at end of file