Update dev workflows

This commit is contained in:
Ingo Oppermann
2024-02-20 15:26:11 +01:00
parent 647f625a55
commit 51afa34ed6
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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