Skip to content

Commit

Permalink
fix: build with docker args
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed Dec 5, 2024
1 parent 3070eef commit 35d2bd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Config
build:
artifacts:
- image: verificator-svc # Change it on your own repo-name
docker:
buildArgs:
CI_JOB_TOKEN: "{{.CI_JOB_TOKEN}}"

#profiles:
#- name: dev
Expand Down

0 comments on commit 35d2bd4

Please sign in to comment.