Skip to content

Commit

Permalink
fix: Fix repository name pattern for js (#43)
Browse files Browse the repository at this point in the history
Change-Id: I5f1421fd68557054dc99ddf574349c8c066cf30f
  • Loading branch information
MykolaMarusenko committed Oct 6, 2023
1 parent 76d2522 commit 6bae5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
- build
params:
- name: REPO_NAME
value: "$(params.CODEBASE_NAME)"
value: "$(tasks.init-values.results.DOCKER_REGISTRY_HOST)/$(params.CODEBASE_NAME)"

- name: kaniko-build
taskRef:
Expand Down

0 comments on commit 6bae5da

Please sign in to comment.