Removed frikky/shuffle* reference and re-added auto-build of shuffle-worker

This commit is contained in:
Frikky
2022-11-12 23:09:41 +01:00
committed by GitHub
parent 1baaf36abb
commit 22b0feef46
+4 -5
View File
@@ -27,10 +27,10 @@ jobs:
path: functions/onprem/orborus
version: nightly
experimental: true
#- app: worker
# path: functions/onprem/worker
# version: nightly
# experimental: true
- app: worker
path: functions/onprem/worker
version: nightly
experimental: true
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -70,7 +70,6 @@ jobs:
tags: |
ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
ghcr.io/frikky/shuffle-${{ matrix.app }}:nightly
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}