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