diff --git a/.github/workflows/build_push_to_ecr.yaml b/.github/workflows/build_push_to_ecr.yaml index 51ae418..242ce51 100644 --- a/.github/workflows/build_push_to_ecr.yaml +++ b/.github/workflows/build_push_to_ecr.yaml @@ -43,7 +43,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker images - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/native_build_push_to_ecr.yaml b/.github/workflows/native_build_push_to_ecr.yaml index 9b69201..5ee2cf8 100644 --- a/.github/workflows/native_build_push_to_ecr.yaml +++ b/.github/workflows/native_build_push_to_ecr.yaml @@ -43,7 +43,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Build and push Docker images - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64