Skip to content

Commit a9ee63f

Browse files
Merge remote-tracking branch 'origin/dev' into dev
2 parents 15a8d6a + 366744b commit a9ee63f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
echo "All tests passed successfully!"
208208
209209
push-docker-images:
210-
runs-on: ubuntu-22.04
210+
runs-on: ubuntu-24.04
211211
name: Build and Push Docker Images
212212
needs: build-and-test
213213

@@ -246,7 +246,7 @@ jobs:
246246
type=sha,prefix=${{ github.ref_name }}-,suffix=-${{ matrix.service.suffix }}
247247
248248
- name: Build and push ${{ matrix.service.name }}
249-
uses: docker/build-push-action@v5
249+
uses: docker/build-push-action@v6
250250
with:
251251
context: .
252252
file: ${{ matrix.service.dockerfile }}

0 commit comments

Comments
 (0)