From 456cca720d1e79e5c266d3a2a884e3c317c78a2e Mon Sep 17 00:00:00 2001 From: Ingo Oppermann Date: Tue, 20 Feb 2024 16:37:37 +0100 Subject: [PATCH] Enable legacy tags, rename workflow --- .github/workflows/build_base_matrix.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_base_matrix.yaml b/.github/workflows/build_base_matrix.yaml index 9c500815..542b951e 100644 --- a/.github/workflows/build_base_matrix.yaml +++ b/.github/workflows/build_base_matrix.yaml @@ -1,4 +1,4 @@ -name: "Build core base" +name: "Build main base" on: workflow_dispatch: @@ -42,8 +42,8 @@ jobs: datarhei/base tags: | 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-latest,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' }} - name: Set up QEMU uses: docker/setup-qemu-action@master