diff --git a/.github/workflows/build_base_matrix_dev.yaml b/.github/workflows/build_base_matrix_dev.yaml index 41455c2d..78f22af6 100644 --- a/.github/workflows/build_base_matrix_dev.yaml +++ b/.github/workflows/build_base_matrix_dev.yaml @@ -78,6 +78,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new -# bundle: -# uses: ./.github/workflows/build_bundle_matrix_dev.yaml -# secrets: inherit + bundle: + uses: ./.github/workflows/build_bundle_matrix_dev.yaml + secrets: inherit diff --git a/.github/workflows/build_bundle_matrix_dev.yaml b/.github/workflows/build_bundle_matrix_dev.yaml index 50043671..ed20e1cc 100644 --- a/.github/workflows/build_bundle_matrix_dev.yaml +++ b/.github/workflows/build_bundle_matrix_dev.yaml @@ -57,7 +57,7 @@ jobs: datarhei/core tags: | type=raw,value=${{ matrix.branch }}-ffmpeg${{ matrix.ffmpeg }}${{ matrix.ffmpeg_tags }}-${{ matrix.core_os }} - # type=raw,value=${{ matrix.prefix }}${{ matrix.branch }},enable=${{ matrix.latest == 'yes' }} + type=raw,value=${{ matrix.prefix }}${{ matrix.branch }},enable=${{ matrix.latest == 'yes' }} - name: Set up QEMU uses: docker/setup-qemu-action@master