Removed frikky/shuffle* reference and re-added auto-build of shuffle-worker
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user