mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 12:22:28 +08:00
Enable legacy tags, rename workflow
This commit is contained in:
6
.github/workflows/build_base_matrix.yaml
vendored
6
.github/workflows/build_base_matrix.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: "Build core base"
|
name: "Build main base"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -42,8 +42,8 @@ jobs:
|
|||||||
datarhei/base
|
datarhei/base
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=core${{ matrix.core }}-${{ matrix.os }}${{ matrix.os_version }}
|
type=raw,value=core${{ matrix.core }}-${{ matrix.os }}${{ matrix.os_version }}
|
||||||
# type=raw,value=${{ matrix.os }}-core-${{ matrix.os_version }}-${{ matrix.core}},enable=${{ matrix.latest == 'yes' }}
|
type=raw,value=${{ matrix.os }}-core-${{ matrix.os_version }}-${{ matrix.core}},enable=${{ matrix.latest == 'yes' }}
|
||||||
# type=raw,value=${{ matrix.os }}-core-latest,enable=${{ matrix.latest == 'yes' }}
|
type=raw,value=${{ matrix.os }}-core-latest,enable=${{ matrix.latest == 'yes' }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@master
|
uses: docker/setup-qemu-action@master
|
||||||
|
Reference in New Issue
Block a user