|
87 | 87 |
|
88 | 88 | # Get the Code
|
89 | 89 | - name: Checkout repository
|
90 |
| - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 90 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
91 | 91 | with:
|
92 | 92 | submodules: recursive
|
93 | 93 |
|
@@ -142,11 +142,11 @@ jobs:
|
142 | 142 | type=semver,pattern={{version}}
|
143 | 143 | type=semver,pattern={{major}}
|
144 | 144 | type=semver,pattern={{major}}.{{minor}}
|
145 |
| - type=raw,value=1.13.22-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
| 145 | + type=raw,value=1.14.24-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
146 | 146 | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
147 | 147 |
|
148 | 148 | - name: Agent Plane Hashicorp Container Build and push
|
149 |
| - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 |
| 149 | + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 |
150 | 150 | with:
|
151 | 151 | context: agent-plane/agentplane-hashicorp
|
152 | 152 | file: agent-plane/agentplane-hashicorp/src/main/docker/Dockerfile
|
@@ -180,11 +180,11 @@ jobs:
|
180 | 180 | type=semver,pattern={{version}}
|
181 | 181 | type=semver,pattern={{major}}
|
182 | 182 | type=semver,pattern={{major}}.{{minor}}
|
183 |
| - type=raw,value=1.13.22-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
| 183 | + type=raw,value=1.14.24-SNAPSHOT,enable=${{ github.event.inputs.deploy_docker == 'true' || github.ref == format('refs/heads/{0}', 'main') }} |
184 | 184 | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
185 | 185 |
|
186 | 186 | - name: Agent Plane Azure Vault Container Build and push
|
187 |
| - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 |
| 187 | + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 |
188 | 188 | with:
|
189 | 189 | context: agent-plane/agentplane-azure-vault/.
|
190 | 190 | file: agent-plane/agentplane-azure-vault/src/main/docker/Dockerfile
|
|
0 commit comments