open data tag suffix
This commit is contained in:
parent
4bd879c787
commit
fe35173ab5
10
.github/workflows/build-docker-open-data.yml
vendored
10
.github/workflows/build-docker-open-data.yml
vendored
@ -101,11 +101,11 @@ jobs:
|
|||||||
latest=false
|
latest=false
|
||||||
suffix=${{ matrix.suffix }}
|
suffix=${{ matrix.suffix }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
|
type=raw,value=latest,suffix=open-data-plugin,enable=${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
type=semver,pattern={{version}}
|
type=semver,suffix=open-data-plugin,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,suffix=open-data-plugin,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,suffix=open-data-plugin,pattern={{major}}
|
||||||
type=ref,event=branch
|
type=ref,suffix=open-data-plugin,event=branch
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user