Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile reference (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Marinho <[email protected]>

Signed-off-by: Jessica Marinho <[email protected]>
Co-authored-by: Jessica Marinho <[email protected]>
  • Loading branch information
marinhojess and marinhojess authored Nov 8, 2022
1 parent cb25155 commit f219a2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .argo/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ spec:
value: "{{workflow.parameters.gitRepoUrl}}"
- name: shortSha
value: "{{workflow.parameters.shortSha}}"
- name: dockerFilePath
value: "{{workflow.parameters.dockerFilePath}}"
templates:
- name: main
steps:
Expand Down Expand Up @@ -51,6 +53,8 @@ spec:
value: "{{workflow.parameters.appName}}-<CLUSTER_NAME>"
- name: ciCommitSha
value: "{{workflow.parameters.ciCommitSha}}"
- name: dockerFilePath
value: "{{workflow.parameters.dockerFilePath}}"

- - name: get-initial-chart-version
templateRef:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
-p branch="${GITHUB_REF_NAME}" \
-p gitRepoUrl="${GITREPO_URL}" \
-p shortSha="${GITHUB_SHA:7}" \
-p dockerFilePath="build/Dockerfile" \
--wait --log
- run: echo "🍏 This job's status is ${{ job.status }}."
development:
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ publish:
-p branch="${CI_COMMIT_REF_NAME}" \
-p gitRepoUrl="${CI_PROJECT_URL}" \
-p shortSha="${CI_COMMIT_SHORT_SHA}" \
-p dockerFilePath="build/Dockerfile" \
--wait --log
Expand Down

0 comments on commit f219a2a

Please sign in to comment.