mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Update dev workflows
This commit is contained in:
6
.github/workflows/build_base_matrix_dev.yaml
vendored
6
.github/workflows/build_base_matrix_dev.yaml
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user