Skip to content

Commit

Permalink
Merge pull request #4 from kubefirst/param
Browse files Browse the repository at this point in the history
line continuation adjustment
  • Loading branch information
johndietz authored Apr 14, 2024
2 parents faf2f71 + 660e4a6 commit f1a4008
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 f1a4008

Please sign in to comment.