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 path: functions/onprem/orborus
version: nightly version: nightly
experimental: true experimental: true
#- app: worker - app: worker
# path: functions/onprem/worker path: functions/onprem/worker
# version: nightly version: nightly
# experimental: true experimental: true
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -70,7 +70,6 @@ jobs:
tags: | tags: |
ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly ${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
ghcr.io/frikky/shuffle-${{ matrix.app }}:nightly
- name: Image digest - name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }} run: echo ${{ steps.docker_build.outputs.digest }}