From 660e4a68d68c71a23a21b7a0ba71e954f7df7e02 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Sun, 14 Apr 2024 01:47:43 -0400 Subject: [PATCH] line continuation --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8b7e2e333..344356b1d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -42,7 +42,7 @@ jobs: -p containerRegistryURL="${CONTAINER_REGISTRY_URL}/tink:${GITHUB_SHA_SHORT}" \ -p gitUrlNoProtocol="git@github.com:${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \ -p shortSha="${GITHUB_SHA_SHORT}" \ - -p dockerfilePath="DockerFile-tink-server" + -p dockerfilePath="DockerFile-tink-server" \ --wait --log - name: publish tink-controller image run: | @@ -55,6 +55,6 @@ jobs: -p containerRegistryURL="${CONTAINER_REGISTRY_URL}/tink-controller:${GITHUB_SHA_SHORT}" \ -p gitUrlNoProtocol="git@github.com:${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \ -p shortSha="${GITHUB_SHA_SHORT}" \ - -p dockerfilePath="DockerFile-tink-controller" + -p dockerfilePath="DockerFile-tink-controller" \ --wait --log - run: echo "⭐️ the kubefirst open source platform is powered by github stars. give kubefirst one today https://github.com/kubefirst/kubefirst"