Merge branch '2.0.0' into main

This commit is contained in:
Frikky
2024-05-31 09:40:24 +02:00
committed by GitHub
15 changed files with 750 additions and 333 deletions
+10 -10
View File
@@ -3,7 +3,7 @@ name: dockerbuild
on:
push:
branches:
- main
- 2.0.0
paths:
- "**"
- "!.github/**"
@@ -11,7 +11,7 @@ on:
- "!docker-compose.yml"
jobs:
main:
runs-on: ubuntu-latest
runs-on: ubuntu-nightly
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
@@ -19,23 +19,23 @@ jobs:
include:
- app: frontend
path: frontend
version: 1.4.0
version: nightly
experimental: true
- app: backend
path: backend
version: 1.4.0
version: nightly
experimental: true
- app: app_sdk
path: backend/app_sdk
version: 1.4.0
version: nightly
experimental: true
- app: orborus
path: functions/onprem/orborus
version: 1.4.0
version: nightly
experimental: true
- app: worker
path: functions/onprem/worker
version: 1.4.0
version: nightly
experimental: true
steps:
- name: Checkout
@@ -77,11 +77,11 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: |
ghcr.io/shuffle/shuffle-${{ matrix.app }}:${{ matrix.version }}
ghcr.io/shuffle/shuffle-${{ matrix.app }}:latest
ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }}
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:latest
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
frikky/shuffle-${{ matrix.app }}:${{ matrix.version }}
frikky/shuffle-${{ matrix.app }}:latest
frikky/shuffle-${{ matrix.app }}:nightly
frikky/shuffle:${{ matrix.app }}
- name: Image digest