ci: syncing 2.0.0 -> latest

This commit is contained in:
Aditya
2025-01-15 12:53:38 +05:30
parent 05e4257c08
commit 06b2bfe91e
+7 -6
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- nightly
- main
paths:
- "**"
- "!.github/**"
@@ -20,19 +20,19 @@ jobs:
include:
- app: frontend
path: frontend
version: nightly
version: 2.0.0
experimental: true
- app: backend
path: backend
version: nightly
version: 2.0.0
experimental: true
- app: orborus
path: functions/onprem/orborus
version: nightly
version: 2.0.0
experimental: true
- app: worker
path: functions/onprem/worker
version: nightly
version: 2.0.0
experimental: true
steps:
- name: Checkout
@@ -74,9 +74,10 @@ 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
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }}
frikky/shuffle-${{ matrix.app }}:${{ matrix.version }}
frikky/shuffle:${{ matrix.app }}
frikky/shuffle:${{ matrix.app }}:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}