Skip to content

Commit

Permalink
SONAR-23852 fix release docker tag name for 2025.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jCOTINEAU committed Jan 20, 2025
1 parent ca05add commit cf61aa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
fail-fast: false
matrix:
tag:
- 2025-developer
- 2025-enterprise
- 2025-datacenter-app
- 2025-datacenter-search
- 2025.1-developer
- 2025.1-enterprise
- 2025.1-datacenter-app
- 2025.1-datacenter-search
uses: ./.github/workflows/release-template.yml
with:
tag: ${{ matrix.tag }}
Expand Down

0 comments on commit cf61aa4

Please sign in to comment.