Skip to content

Commit 42e178f

Browse files
committed
chore(stacks): add build-arg
1 parent 3d17414 commit 42e178f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.woodpecker/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ pipeline:
1212
- name: publish-linux
1313
image: bash
1414
commands:
15-
- CODENAME=bookworm ./build.sh all $CI_COMMIT_TAG
15+
- ./build.sh all $CI_COMMIT_TAG
1616
secrets:
17+
- codename
1718
- oss_endpoint
1819
- oss_access_key_id
1920
- oss_access_key_secret

0 commit comments

Comments
 (0)