|
1 | 1 | --- |
2 | 2 | # |
3 | | -# Copyright (c) 2023 T-Systems International GmbH |
4 | | -# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation |
| 3 | +# Copyright (c) 2023,2024 T-Systems International GmbH |
| 4 | +# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation |
5 | 5 | # |
6 | 6 | # See the NOTICE file(s) distributed with this work for additional |
7 | 7 | # information regarding copyright ownership. |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | type=semver,pattern={{version}} |
138 | 138 | type=semver,pattern={{major}} |
139 | 139 | type=semver,pattern={{major}}.{{minor}} |
140 | | - type=raw,value=1.11.16-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
| 140 | + type=raw,value=1.12.17-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
141 | 141 | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} |
142 | 142 |
|
143 | 143 | - name: Agent Plane Hashicorp Container Build and push |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | type=semver,pattern={{version}} |
176 | 176 | type=semver,pattern={{major}} |
177 | 177 | type=semver,pattern={{major}}.{{minor}} |
178 | | - type=raw,value=1.11.16-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
| 178 | + type=raw,value=1.12.17-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
179 | 179 | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} |
180 | 180 |
|
181 | 181 | - name: Agent Plane Azure Vault Container Build and push |
|
0 commit comments