From 7b11f276a89f79da2878123ec1c5131d514f085e Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 21 May 2023 11:39:04 +0200 Subject: [PATCH] added - before prefix --- .github/workflows/build-docker-open-data.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docker-open-data.yml b/.github/workflows/build-docker-open-data.yml index 0825bf2a..cdf0a023 100644 --- a/.github/workflows/build-docker-open-data.yml +++ b/.github/workflows/build-docker-open-data.yml @@ -101,11 +101,11 @@ jobs: latest=false suffix=${{ matrix.suffix }} tags: | - type=raw,value=latest,suffix=open-data-plugin,enable=${{ startsWith(github.ref, 'refs/tags/') }} - type=semver,suffix=open-data-plugin,pattern={{version}} - type=semver,suffix=open-data-plugin,pattern={{major}}.{{minor}} - type=semver,suffix=open-data-plugin,pattern={{major}} - type=ref,suffix=open-data-plugin,event=branch + type=raw,value=latest,suffix=-open-data-plugin,enable=${{ startsWith(github.ref, 'refs/tags/') }} + type=semver,suffix=-open-data-plugin,pattern={{version}} + type=semver,suffix=-open-data-plugin,pattern={{major}}.{{minor}} + type=semver,suffix=-open-data-plugin,pattern={{major}} + type=ref,suffix=-open-data-plugin,event=branch - name: Build and Push uses: docker/build-push-action@v4 with: