From 58b23da7a9fe6a30a0c98c91019a2dab11179260 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Mon, 25 Mar 2024 18:52:14 +0300 Subject: [PATCH] fedora tags --- .github/workflows/fedora37.yml | 2 +- .github/workflows/fedora38.yml | 2 +- .github/workflows/fedora39.yml | 2 +- .github/workflows/fedora40.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fedora37.yml b/.github/workflows/fedora37.yml index 988bed1..e67bb31 100644 --- a/.github/workflows/fedora37.yml +++ b/.github/workflows/fedora37.yml @@ -88,7 +88,7 @@ jobs: platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | - ${{ github.repository }}:fedora37 + ${{ github.repository }}:fedora37, ${{ github.repository }}:37 labels: ${{ steps.meta.outputs.labels }} - name: Docker Scout diff --git a/.github/workflows/fedora38.yml b/.github/workflows/fedora38.yml index c5dfe2e..4acdf68 100644 --- a/.github/workflows/fedora38.yml +++ b/.github/workflows/fedora38.yml @@ -88,7 +88,7 @@ jobs: platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | - ${{ github.repository }}:fedora38 + ${{ github.repository }}:fedora38, ${{ github.repository }}:38 labels: ${{ steps.meta.outputs.labels }} - name: Docker Scout diff --git a/.github/workflows/fedora39.yml b/.github/workflows/fedora39.yml index ff7ea5e..96afefa 100644 --- a/.github/workflows/fedora39.yml +++ b/.github/workflows/fedora39.yml @@ -88,7 +88,7 @@ jobs: platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | - ${{ github.repository }}:fedora39, ${{ github.repository }}:fedora_latest + ${{ github.repository }}:fedora39, ${{ github.repository }}:fedora_latest, ${{ github.repository }}:39 labels: ${{ steps.meta.outputs.labels }} - name: Docker Scout diff --git a/.github/workflows/fedora40.yml b/.github/workflows/fedora40.yml index b639cf4..5992c2d 100644 --- a/.github/workflows/fedora40.yml +++ b/.github/workflows/fedora40.yml @@ -88,7 +88,7 @@ jobs: platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x push: ${{ github.event_name != 'pull_request' }} tags: | - ${{ github.repository }}:fedora40 + ${{ github.repository }}:fedora40, ${{ github.repository }}:40 labels: ${{ steps.meta.outputs.labels }} - name: Docker Scout