Skip to content

Commit

Permalink
line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Apr 14, 2024
1 parent d46b63d commit 660e4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-p containerRegistryURL="${CONTAINER_REGISTRY_URL}/tink:${GITHUB_SHA_SHORT}" \
-p gitUrlNoProtocol="[email protected]:${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: |
Expand All @@ -55,6 +55,6 @@ jobs:
-p containerRegistryURL="${CONTAINER_REGISTRY_URL}/tink-controller:${GITHUB_SHA_SHORT}" \
-p gitUrlNoProtocol="[email protected]:${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"

0 comments on commit 660e4a6

Please sign in to comment.