add jupyter
Some checks failed
Build images / build-images-arm64 (push) Failing after 0s
Build images / build-images-amd64 (push) Failing after 48s
Build images / update-images-manifests (push) Has been skipped

This commit is contained in:
Maciej Lebiest 2024-03-17 15:58:07 +01:00
parent 20da2bb07a
commit 1b67ac5951
3 changed files with 71 additions and 3 deletions

View file

@ -6,6 +6,8 @@ on:
schedule:
- cron: '30 5 */10 * *'
env:
IMAGES: system-toolbox cloud-toolbox tor zabbix-agent snowflake jupyter
jobs:
build-images-arm64:
runs-on: [ arm64 ]
@ -19,7 +21,6 @@ jobs:
run: podman login -u "${{ secrets.PACKAGES_USERNAME }}" -p "${{ secrets.PACKAGES_PASSWD }}" forgejo.maciej.cloud
- name: Build selected images
run: |
IMAGES=(system-toolbox cloud-toolbox tor zabbix-agent snowflake);
for image in "${IMAGES[@]}";
do
echo "building image $image";
@ -39,7 +40,6 @@ jobs:
run: podman login -u "${{ secrets.PACKAGES_USERNAME }}" -p "${{ secrets.PACKAGES_PASSWD }}" forgejo.maciej.cloud
- name: Build selected images
run: |
IMAGES=(system-toolbox cloud-toolbox tor zabbix-agent snowflake);
for image in "${IMAGES[@]}";
do
echo "building image $image";
@ -57,7 +57,6 @@ jobs:
run: podman login -u "${{ secrets.PACKAGES_USERNAME }}" -p "${{ secrets.PACKAGES_PASSWD }}" forgejo.maciej.cloud
- name: Create manifests and push
run: |
IMAGES=(system-toolbox cloud-toolbox tor zabbix-agent snowflake);
for image in "${IMAGES[@]}";
do
echo "Updating manifest for $image";