mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-25 07:36:20 +00:00
11 lines
254 B
YAML
11 lines
254 B
YAML
|
steps:
|
||
|
- name: Build Container
|
||
|
image: woodpeckerci/plugin-kaniko:1.2.1
|
||
|
backend_options:
|
||
|
kubernetes:
|
||
|
secrets:
|
||
|
- name: aws-secret
|
||
|
key: credentials
|
||
|
target:
|
||
|
file: /root/.aws/credentials
|