Rerolled to nightly
This commit is contained in:
@@ -3,7 +3,7 @@ name: dockerbuild
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- 1.4.0
|
||||||
paths:
|
paths:
|
||||||
- "**"
|
- "**"
|
||||||
- "!.github/**"
|
- "!.github/**"
|
||||||
@@ -19,23 +19,23 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- app: frontend
|
- app: frontend
|
||||||
path: frontend
|
path: frontend
|
||||||
version: 1.3.2
|
version: nightly
|
||||||
experimental: true
|
experimental: true
|
||||||
- app: backend
|
- app: backend
|
||||||
path: backend
|
path: backend
|
||||||
version: 1.3.2
|
version: nightly
|
||||||
experimental: true
|
experimental: true
|
||||||
- app: app_sdk
|
- app: app_sdk
|
||||||
path: backend/app_sdk
|
path: backend/app_sdk
|
||||||
version: 1.3.2
|
version: nightly
|
||||||
experimental: true
|
experimental: true
|
||||||
- app: orborus
|
- app: orborus
|
||||||
path: functions/onprem/orborus
|
path: functions/onprem/orborus
|
||||||
version: 1.3.2
|
version: nightly
|
||||||
experimental: true
|
experimental: true
|
||||||
- app: worker
|
- app: worker
|
||||||
path: functions/onprem/worker
|
path: functions/onprem/worker
|
||||||
version: 1.3.2
|
version: nightly
|
||||||
experimental: true
|
experimental: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -77,11 +77,11 @@ jobs:
|
|||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/shuffle/shuffle-${{ matrix.app }}:${{ matrix.version }}
|
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 }}:${{ 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 }}:${{ matrix.version }}
|
||||||
frikky/shuffle-${{ matrix.app }}:latest
|
frikky/shuffle-${{ matrix.app }}:nightly
|
||||||
frikky/shuffle:${{ matrix.app }}
|
frikky/shuffle:${{ matrix.app }}
|
||||||
|
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
|
|||||||
Reference in New Issue
Block a user