Skip to content

Commit

Permalink
fix: leave only semver active
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Jan 16, 2025
1 parent d8126e4 commit 15f77f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}},value=${{ steps.get_version_info.outputs.new_version }}
type=match,pattern=v(\d+\.\d+\.\d+)$,group=1,value=${{ steps.get_version_info.outputs.new_version }}
type=match,pattern=v(\d+\.\d+)\.\d+,group=1,value=${{ steps.get_version_info.outputs.new_version }}
type=match,pattern=v(\d+)\.\d+\.\d+,group=1,value=${{ steps.get_version_info.outputs.new_version }}
- name: Build and push federation-server
uses: docker/build-push-action@v5
Expand All @@ -162,9 +159,6 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}},value=${{ steps.get_version_info.outputs.new_version }}
type=match,pattern=v(\d+\.\d+\.\d+)$,group=1,value=${{ steps.get_version_info.outputs.new_version }}
type=match,pattern=v(\d+\.\d+)\.\d+,group=1,value=${{ steps.get_version_info.outputs.new_version }}
type=match,pattern=v(\d+)\.\d+\.\d+,group=1,value=${{ steps.get_version_info.outputs.new_version }}
- name: Build and push admin-server
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fun getNpmVersion(): String {

allprojects {
group = "com.sphereon.oid.fed"
version = "0.4.3-SNAPSHOT"
version = "0.4.3.1-SNAPSHOT"
val npmVersion by extra { getNpmVersion() }

// Common repository configuration for all projects
Expand Down

0 comments on commit 15f77f4

Please sign in to comment.