Merge branch 'main' into 1.4.0

This commit is contained in:
Frikky
2024-01-31 10:57:29 +01:00
committed by GitHub
12 changed files with 22 additions and 32 deletions
+9 -9
View File
@@ -3,7 +3,7 @@ name: dockerbuild
on:
push:
branches:
- 1.4.0
- main
paths:
- "**"
- "!.github/**"
@@ -19,23 +19,23 @@ jobs:
include:
- app: frontend
path: frontend
version: nightly
version: 1.3.2
experimental: true
- app: backend
path: backend
version: nightly
version: 1.3.2
experimental: true
- app: app_sdk
path: backend/app_sdk
version: nightly
version: 1.3.2
experimental: true
- app: orborus
path: functions/onprem/orborus
version: nightly
version: 1.3.2
experimental: true
- app: worker
path: functions/onprem/worker
version: nightly
version: 1.3.2
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 }}:nightly
ghcr.io/shuffle/shuffle-${{ matrix.app }}:latest
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }}
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:latest
frikky/shuffle-${{ matrix.app }}:${{ matrix.version }}
frikky/shuffle-${{ matrix.app }}:nightly
frikky/shuffle-${{ matrix.app }}:latest
frikky/shuffle:${{ matrix.app }}
- name: Image digest