added - before prefix

This commit is contained in:
vabene1111 2023-05-21 11:39:04 +02:00
parent fe35173ab5
commit 7b11f276a8

View File

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