Skip to content

Commit

Permalink
Add src artifact
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <vasily.oleynikov@flant.com>
  • Loading branch information
duckhawk committed Jan 9, 2025
1 parent 833287b commit 71a6178
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions images/sds-local-volume-controller/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
---
image: {{ $.ImageName }}-src-artifact
from: {{ $.BASE_ALT }}
final: false

git:
- add: /images/{{ $.ImageName }}
to: /
stageDependencies:
install:
- "**/*"
includePaths:
- patches

shell:
install:
- echo "src artifact"
---
image: {{ $.ImageName }}-golang-artifact
from: {{ $.Root.BASE_GOLANG_1_23 }}
final: false
Expand Down

0 comments on commit 71a6178

Please sign in to comment.