We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a8d6a + 366744b commit a9ee63fCopy full SHA for a9ee63f
1 file changed
.github/workflows/ci-cd.yml
@@ -207,7 +207,7 @@ jobs:
207
echo "All tests passed successfully!"
208
209
push-docker-images:
210
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
211
name: Build and Push Docker Images
212
needs: build-and-test
213
@@ -246,7 +246,7 @@ jobs:
246
type=sha,prefix=${{ github.ref_name }}-,suffix=-${{ matrix.service.suffix }}
247
248
- name: Build and push ${{ matrix.service.name }}
249
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
250
with:
251
context: .
252
file: ${{ matrix.service.dockerfile }}
0 commit comments