Skip to content

Commit

Permalink
rubber duck review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Apr 18, 2024
1 parent b4b44e9 commit 18fa8e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metaphor/.github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-p appName="${GITHUB_REPOSITORY_NAME_PART}" \
-p branch="${GITHUB_REF_NAME}" \
-p containerRegistryURL="ghcr.io/${GITHUB_REPOSITORY_OWNER_PART_SLUG}/${GITHUB_REPOSITORY_NAME_PART}:${GITHUB_SHA_SHORT}" \
-p gitUrlNoProtocol="<GIT_FQDN>:${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p gitUrlNoProtocol="<GIT_FQDN>${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p shortSha="${GITHUB_SHA_SHORT}" \
--wait --log
- run: echo "⭐️ the kubefirst open source platform is powered by github stars. give kubefirst one today https://github.com/kubefirst/kubefirst"
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
-p branch="${GITHUB_REF_NAME}" \
-p clusterName="development" \
-p environment="development" \
-p gitUrlNoProtocol="<GIT_FQDN>:${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p gitUrlNoProtocol="<GIT_FQDN>${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p shortSha="${GITHUB_SHA_SHORT}" \
--wait --log
- run: echo "⭐️ the kubefirst open source platform is powered by github stars. give kubefirst one today https://github.com/kubefirst/kubefirst"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
-p branch="${GITHUB_REF_NAME}" \
-p clusterName="staging" \
-p environment="staging" \
-p gitUrlNoProtocol="<GIT_FQDN>:${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p gitUrlNoProtocol="<GIT_FQDN>${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p shortSha="${GITHUB_SHA_SHORT}" \
--wait --log
- run: echo "⭐️ the kubefirst open source platform is powered by github stars. give kubefirst one today https://github.com/kubefirst/kubefirst"
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
-p branch="${GITHUB_REF_NAME}" \
-p clusterName="production" \
-p environment="production" \
-p gitUrlNoProtocol="<GIT_FQDN>:${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p gitUrlNoProtocol="<GIT_FQDN>${GITHUB_REPOSITORY_OWNER_PART_SLUG}" \
-p shortSha="${GITHUB_SHA_SHORT}" \
--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 18fa8e6

Please sign in to comment.