Bump version to 2.3

This commit is contained in:
Roland Geider
2023-12-01 10:19:27 +01:00
parent 35f61f00ef
commit a330c82f0c
5 changed files with 6 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ jobs:
# https://github.com/docker/metadata-action
tags: |
type=raw,value=latest
type=raw,value=2.2-dev
type=raw,value=2.3-dev
images: |
${{ env.REGISTRY_IMAGE }}
${{ env.REGISTRY_IMAGE_ALT }}
@@ -114,12 +114,10 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
# Think if we want to also build branches, PRs, tags, etc.
# https://github.com/docker/metadata-action
with:
tags: |
type=raw,value=latest
type=raw,value=2.2-dev
type=raw,value=2.3-dev
images: |
${{ env.REGISTRY_IMAGE }}
${{ env.REGISTRY_IMAGE_ALT }}