Author:
Hash:
Timestamp:
+4 -4 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
21c8d349c3d5494e07d23a621ec8ecc08e0d25e1
Sat, 24 May 2025 07:53:10 +0000 (5 months ago)
| 1 | diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml |
| 2 | index 4cac0ae..1653686 100644 |
| 3 | --- a/.woodpecker/build.yaml |
| 4 | +++ b/.woodpecker/build.yaml |
| 5 | @@ -26,7 +26,7 @@ steps: |
| 6 | branch: main |
| 7 | image: /bin/sh |
| 8 | commands: |
| 9 | - - scripts/build-container.sh containers/ayllu |
| 10 | - - scripts/push-container.sh containers/ayllu |
| 11 | - - scripts/build-container.sh containers/multiuser |
| 12 | - - scripts/push-container.sh containers/multiuser |
| 13 | + - scripts/build_container.sh containers/ayllu |
| 14 | + - scripts/push_container.sh containers/ayllu |
| 15 | + - scripts/build_container.sh containers/multiuser |
| 16 | + - scripts/push_container.sh containers/multiuser |