Skip to content

Commit

Permalink
ci: add kaniko worker tag to img build task
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed May 6, 2024
1 parent c5222c6 commit e402db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/apps/app-template.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ plan:
#@ args.append(kaniko_args)
#@ return args
#@ end
tags: ["kaniko"]
attempts: 2
config:
platform: linux
Expand Down
1 change: 1 addition & 0 deletions ci/core/template.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ plan:
#@ args.append(kaniko_args)
#@ return args
#@ end
tags: ["kaniko"]
attempts: 2
config:
platform: linux
Expand Down

0 comments on commit e402db8

Please sign in to comment.