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 7, 2024
1 parent 86d4081 commit 6e36a94
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 6e36a94

Please sign in to comment.