diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index 134853d4c8..a0d06a2cee 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -144,7 +144,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . load: true diff --git a/.github/workflows/cicd-database.yml b/.github/workflows/cicd-database.yml index df7b55b421..9918fcfe7e 100644 --- a/.github/workflows/cicd-database.yml +++ b/.github/workflows/cicd-database.yml @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . load: true diff --git a/.github/workflows/cicd-datapipeline.yml b/.github/workflows/cicd-datapipeline.yml index 5e792ef842..93a64888a1 100644 --- a/.github/workflows/cicd-datapipeline.yml +++ b/.github/workflows/cicd-datapipeline.yml @@ -62,7 +62,7 @@ jobs: ${{ runner.os }}-single-buildx - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . load: true