diff --git a/.github/workflows/dockerbuild.yaml b/.github/workflows/dockerbuild.yaml index 7b719644..c1e9640c 100644 --- a/.github/workflows/dockerbuild.yaml +++ b/.github/workflows/dockerbuild.yaml @@ -28,11 +28,11 @@ jobs: experimental: true - app: orborus path: functions/onprem/orborus - version: 2.0.2 + version: 2.0.2 experimental: true - app: worker path: functions/onprem/worker - version: 2.0.2 + version: 2.0.2 experimental: true steps: - name: Checkout @@ -74,6 +74,7 @@ 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 }} diff --git a/functions/kubernetes/charts/shuffle/README.md b/functions/kubernetes/charts/shuffle/README.md index 76150c48..ff3885d1 100644 --- a/functions/kubernetes/charts/shuffle/README.md +++ b/functions/kubernetes/charts/shuffle/README.md @@ -18,7 +18,7 @@ SPDX-License-Identifier: APACHE-2.0 ```sh # Install shuffle via helm (the shuffle namespace is hardcoded into the shuffle source code) -helm install shuffle oci://ghcr.io/shuffle/shuffle/charts/shuffle --namespace shuffle --create-namespace +helm install shuffle oci://ghcr.io/shuffle/charts/shuffle --namespace shuffle --create-namespace ``` Make sure that no other application is deployed to the shuffle namespace, as shuffle deletes kubernetes resources in this namespace.